Shades of Pear #DAE424
Tints of Pear #DAE424
RGB
CMYK
RGB Variations
Color information
#DAE424 (or 0xDAE424) is known color: Pear. HEX triplet: DA, E4 and 24. RGB value is (218,228,36). Sum of RGB (Red+Green+Blue) = 218+228+36=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 36 (14.45% from 255 or 7.47% from 482); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE424 is #251BDB. Grayscale: #CBCBCB. Windows color (decimal): -2431964 or 2417882. OLE color: 2417882.
HSL color Cylindrical-coordinate representation of color #DAE424: hue angle of 63.12º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAE424 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 36 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.11 |
| HSL | 63.13º | 0.78% | 0.52% | - |
| HSV(B) | 63.13º | 0.84% | 0.89% | - |
| XYZ | 56.98 | 70.52 | 12.28 | - |
| YUV | 203.12 | 33.69 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 36 | 0.04 | 0 | 0.84 | 0.11 | 63.13 | 0.78 | 0.52 |
| Hex | DA | E4 | 24 | 4 | 0 | 54 | B | 3F | 4E | 34 |
| Octal | 332 | 344 | 44 | 4 | 0 | 124 | 13 | 77 | 116 | 64 |
| Binary | 11011010 | 11100100 | 100100 | 100 | 0 | 1010100 | 1011 | 111111 | 1001110 | 110100 |
Color Harmonies of #DAE424
Complementary color
Monochromatic Colors of #DAE424
Black with #DAE424
Text Example
Text Example
White with #DAE424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE424; }
p { color: rgb(218,228,36); }
H1.HeaderClassName
{
color: #DAE424;
}
.AnyTagClassName
{
color: #DAE424;
}
</style>
background-color css
<style>
a { background-color: #DAE424; }
a { background-color: rgb(218,228,36); }
div.DivClassName
{
background-color: #DAE424;
}
.BgClassName
{
background-color: #DAE424;
}
</style>
border-color css
<style>
span { border-color: #DAE424; }
span { border-color: rgb(218,228,36); }
td.TdClassName
{
border-color: #DAE424;
}
.TagClassName
{
border-color: #DAE424;
}
</style>