Shades of Pear #DAE415
Tints of Pear #DAE415
RGB
CMYK
RGB Variations
Color information
#DAE415 (or 0xDAE415) is known color: Pear. HEX triplet: DA, E4 and 15. RGB value is (218,228,21). Sum of RGB (Red+Green+Blue) = 218+228+21=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 228 (89.45% from 255 or 48.82% from 467); Blue value is 21 (8.59% from 255 or 4.50% from 467); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE415 is #251BEA. Grayscale: #CACACA. Windows color (decimal): -2431979 or 1434842. OLE color: 1434842.
HSL color Cylindrical-coordinate representation of color #DAE415: hue angle of 62.9º degrees, saturation: 0.83, 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 #DAE415 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 21 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.11 |
| HSL | 62.9º | 0.83% | 0.49% | - |
| HSV(B) | 62.9º | 0.91% | 0.89% | - |
| XYZ | 56.79 | 70.45 | 11.31 | - |
| YUV | 201.41 | 26.19 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 21 | 0.04 | 0 | 0.91 | 0.11 | 62.9 | 0.83 | 0.49 |
| Hex | DA | E4 | 15 | 4 | 0 | 5B | B | 3F | 53 | 31 |
| Octal | 332 | 344 | 25 | 4 | 0 | 133 | 13 | 77 | 123 | 61 |
| Binary | 11011010 | 11100100 | 10101 | 100 | 0 | 1011011 | 1011 | 111111 | 1010011 | 110001 |
Color Harmonies of #DAE415
Complementary color
Monochromatic Colors of #DAE415
Black with #DAE415
Text Example
Text Example
White with #DAE415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE415; }
p { color: rgb(218,228,21); }
H1.HeaderClassName
{
color: #DAE415;
}
.AnyTagClassName
{
color: #DAE415;
}
</style>
background-color css
<style>
a { background-color: #DAE415; }
a { background-color: rgb(218,228,21); }
div.DivClassName
{
background-color: #DAE415;
}
.BgClassName
{
background-color: #DAE415;
}
</style>
border-color css
<style>
span { border-color: #DAE415; }
span { border-color: rgb(218,228,21); }
td.TdClassName
{
border-color: #DAE415;
}
.TagClassName
{
border-color: #DAE415;
}
</style>