Shades of Pear #DAE517
Tints of Pear #DAE517
RGB
CMYK
RGB Variations
Color information
#DAE517 (or 0xDAE517) is known color: Pear. HEX triplet: DA, E5 and 17. RGB value is (218,229,23). Sum of RGB (Red+Green+Blue) = 218+229+23=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 23 (9.38% from 255 or 4.89% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE517 is #251AE8. Grayscale: #CBCBCB. Windows color (decimal): -2431721 or 1566170. OLE color: 1566170.
HSL color Cylindrical-coordinate representation of color #DAE517: hue angle of 63.2º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAE517 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 23 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.10 |
| HSL | 63.2º | 0.82% | 0.49% | - |
| HSV(B) | 63.2º | 0.9% | 0.9% | - |
| XYZ | 57.09 | 71.01 | 11.51 | - |
| YUV | 202.23 | 26.86 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 23 | 0.05 | 0 | 0.90 | 0.10 | 63.2 | 0.82 | 0.49 |
| Hex | DA | E5 | 17 | 5 | 0 | 5A | A | 3F | 52 | 31 |
| Octal | 332 | 345 | 27 | 5 | 0 | 132 | 12 | 77 | 122 | 61 |
| Binary | 11011010 | 11100101 | 10111 | 101 | 0 | 1011010 | 1010 | 111111 | 1010010 | 110001 |
Color Harmonies of #DAE517
Complementary color
Monochromatic Colors of #DAE517
Black with #DAE517
Text Example
Text Example
White with #DAE517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE517; }
p { color: rgb(218,229,23); }
H1.HeaderClassName
{
color: #DAE517;
}
.AnyTagClassName
{
color: #DAE517;
}
</style>
background-color css
<style>
a { background-color: #DAE517; }
a { background-color: rgb(218,229,23); }
div.DivClassName
{
background-color: #DAE517;
}
.BgClassName
{
background-color: #DAE517;
}
</style>
border-color css
<style>
span { border-color: #DAE517; }
span { border-color: rgb(218,229,23); }
td.TdClassName
{
border-color: #DAE517;
}
.TagClassName
{
border-color: #DAE517;
}
</style>