Shades of Pear #DAE412
Tints of Pear #DAE412
RGB
CMYK
RGB Variations
Color information
#DAE412 (or 0xDAE412) is known color: Pear. HEX triplet: DA, E4 and 12. RGB value is (218,228,18). Sum of RGB (Red+Green+Blue) = 218+228+18=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE412 is #251BED. Grayscale: #C9C9C9. Windows color (decimal): -2431982 or 1238234. OLE color: 1238234.
HSL color Cylindrical-coordinate representation of color #DAE412: hue angle of 62.86º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAE412 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 18 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.11 |
| HSL | 62.86º | 0.85% | 0.48% | - |
| HSV(B) | 62.86º | 0.92% | 0.89% | - |
| XYZ | 56.77 | 70.44 | 11.18 | - |
| YUV | 201.07 | 24.69 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 18 | 0.04 | 0 | 0.92 | 0.11 | 62.86 | 0.85 | 0.48 |
| Hex | DA | E4 | 12 | 4 | 0 | 5C | B | 3F | 55 | 30 |
| Octal | 332 | 344 | 22 | 4 | 0 | 134 | 13 | 77 | 125 | 60 |
| Binary | 11011010 | 11100100 | 10010 | 100 | 0 | 1011100 | 1011 | 111111 | 1010101 | 110000 |
Color Harmonies of #DAE412
Complementary color
Monochromatic Colors of #DAE412
Black with #DAE412
Text Example
Text Example
White with #DAE412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE412; }
p { color: rgb(218,228,18); }
H1.HeaderClassName
{
color: #DAE412;
}
.AnyTagClassName
{
color: #DAE412;
}
</style>
background-color css
<style>
a { background-color: #DAE412; }
a { background-color: rgb(218,228,18); }
div.DivClassName
{
background-color: #DAE412;
}
.BgClassName
{
background-color: #DAE412;
}
</style>
border-color css
<style>
span { border-color: #DAE412; }
span { border-color: rgb(218,228,18); }
td.TdClassName
{
border-color: #DAE412;
}
.TagClassName
{
border-color: #DAE412;
}
</style>