Shades of Pear #DAE414
Tints of Pear #DAE414
RGB
CMYK
RGB Variations
Color information
#DAE414 (or 0xDAE414) is known color: Pear. HEX triplet: DA, E4 and 14. RGB value is (218,228,20). Sum of RGB (Red+Green+Blue) = 218+228+20=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE414 is #251BEB. Grayscale: #CACACA. Windows color (decimal): -2431980 or 1369306. OLE color: 1369306.
HSL color Cylindrical-coordinate representation of color #DAE414: hue angle of 62.88º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAE414 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 20 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.11 |
| HSL | 62.88º | 0.84% | 0.49% | - |
| HSV(B) | 62.88º | 0.91% | 0.89% | - |
| XYZ | 56.78 | 70.44 | 11.27 | - |
| YUV | 201.3 | 25.69 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 20 | 0.04 | 0 | 0.91 | 0.11 | 62.88 | 0.84 | 0.49 |
| Hex | DA | E4 | 14 | 4 | 0 | 5B | B | 3F | 54 | 31 |
| Octal | 332 | 344 | 24 | 4 | 0 | 133 | 13 | 77 | 124 | 61 |
| Binary | 11011010 | 11100100 | 10100 | 100 | 0 | 1011011 | 1011 | 111111 | 1010100 | 110001 |
Color Harmonies of #DAE414
Complementary color
Monochromatic Colors of #DAE414
Black with #DAE414
Text Example
Text Example
White with #DAE414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE414; }
p { color: rgb(218,228,20); }
H1.HeaderClassName
{
color: #DAE414;
}
.AnyTagClassName
{
color: #DAE414;
}
</style>
background-color css
<style>
a { background-color: #DAE414; }
a { background-color: rgb(218,228,20); }
div.DivClassName
{
background-color: #DAE414;
}
.BgClassName
{
background-color: #DAE414;
}
</style>
border-color css
<style>
span { border-color: #DAE414; }
span { border-color: rgb(218,228,20); }
td.TdClassName
{
border-color: #DAE414;
}
.TagClassName
{
border-color: #DAE414;
}
</style>