Shades of Pear #DAE519
Tints of Pear #DAE519
RGB
CMYK
RGB Variations
Color information
#DAE519 (or 0xDAE519) is known color: Pear. HEX triplet: DA, E5 and 19. RGB value is (218,229,25). Sum of RGB (Red+Green+Blue) = 218+229+25=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 25 (10.16% from 255 or 5.30% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE519 is #251AE6. Grayscale: #CBCBCB. Windows color (decimal): -2431719 or 1697242. OLE color: 1697242.
HSL color Cylindrical-coordinate representation of color #DAE519: hue angle of 63.24º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAE519 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 25 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.10 |
| HSL | 63.24º | 0.8% | 0.5% | - |
| HSV(B) | 63.24º | 0.89% | 0.9% | - |
| XYZ | 57.11 | 71.01 | 11.62 | - |
| YUV | 202.46 | 27.86 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 25 | 0.05 | 0 | 0.89 | 0.10 | 63.24 | 0.8 | 0.5 |
| Hex | DA | E5 | 19 | 5 | 0 | 59 | A | 3F | 50 | 32 |
| Octal | 332 | 345 | 31 | 5 | 0 | 131 | 12 | 77 | 120 | 62 |
| Binary | 11011010 | 11100101 | 11001 | 101 | 0 | 1011001 | 1010 | 111111 | 1010000 | 110010 |
Color Harmonies of #DAE519
Complementary color
Monochromatic Colors of #DAE519
Black with #DAE519
Text Example
Text Example
White with #DAE519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE519; }
p { color: rgb(218,229,25); }
H1.HeaderClassName
{
color: #DAE519;
}
.AnyTagClassName
{
color: #DAE519;
}
</style>
background-color css
<style>
a { background-color: #DAE519; }
a { background-color: rgb(218,229,25); }
div.DivClassName
{
background-color: #DAE519;
}
.BgClassName
{
background-color: #DAE519;
}
</style>
border-color css
<style>
span { border-color: #DAE519; }
span { border-color: rgb(218,229,25); }
td.TdClassName
{
border-color: #DAE519;
}
.TagClassName
{
border-color: #DAE519;
}
</style>