#DAE11B

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

Shades of Pear #DAE11B

Tints of Pear #DAE11B

Color information

#DAE11B (or 0xDAE11B) is unknown color: approx Pear. HEX triplet: DA, E1 and 1B. RGB value is (218,225,27). Sum of RGB (Red+Green+Blue) = 218+225+27=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 27 (10.94% from 255 or 5.74% from 470); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE11B is #251EE4. Grayscale: #C9C9C9. Windows color (decimal): -2432741 or 1827290. OLE color: 1827290.

HSL color Cylindrical-coordinate representation of color #DAE11B: hue angle of 62.12º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAE11B is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB21822527-
CMYK0.0300.880.12
HSL62.12º78.57%49.41%-
HSV(B)62.12º88%88.24%-
XYZ56.0468.8311.37-
YUV200.3430.18140.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.38%
GREEN value IS 225 (88.28% from 255) = 47.87%
BLUE value IS 27 (10.94% from 255) = 5.74%
R=46.38%
G=47.87%
B=5.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal218225270.0300.880.1262.1278.5749.41
HexDAE11B3058C3e4f31
Octal3323413330130147611761
Binary110110101110000111011110101100011001111101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE11B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE11B; }

 p { color: rgb(218,225,27); }

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

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

 a { background-color: rgb(218,225,27); }

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

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

 span { border-color: rgb(218,225,27); }

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