#DAE52A

Color #DAE52A Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #DAE52A

Tints of Pear #DAE52A

Color information

#DAE52A (or 0xDAE52A) is unknown color: approx Pear. HEX triplet: DA, E5 and 2A. RGB value is (218,229,42). Sum of RGB (Red+Green+Blue) = 218+229+42=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 42 (16.80% from 255 or 8.59% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE52A is #251AD5. Grayscale: #CDCDCD. Windows color (decimal): -2431702 or 2811354. OLE color: 2811354.

HSL color Cylindrical-coordinate representation of color #DAE52A: hue angle of 63.53º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAE52A is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB21822942-
CMYK0.0500.820.10
HSL63.53º78.24%53.14%-
HSV(B)63.53º81.66%89.8%-
XYZ57.3571.1112.89-
YUV204.3936.36137.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 44.58%
GREEN value IS 229 (89.84% from 255) = 46.83%
BLUE value IS 42 (16.80% from 255) = 8.59%
R=44.58%
G=46.83%
B=8.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal218229420.0500.820.1063.5378.2453.14
HexDAE52A5052A404e35
Octal33234552501221210011665
Binary110110101110010110101010101010010101010000001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE52A; }

 p { color: rgb(218,229,42); }

 H1.HeaderClassName
 {
   color: #DAE52A;
 }
 .AnyTagClassName
 {
   color: #DAE52A;
 }
</style>
background-color css

<style>
 a { background-color: #DAE52A; }

 a { background-color: rgb(218,229,42); }

 div.DivClassName
 {
   background-color: #DAE52A;
 }
 .BgClassName
 {
   background-color: #DAE52A;
 }
</style>
border-color css

<style>
 span { border-color: #DAE52A; }

 span { border-color: rgb(218,229,42); }

 td.TdClassName
 {
   border-color: #DAE52A;
 }
 .TagClassName
 {
   border-color: #DAE52A;
 }
</style>