Shades of Pear #DAE114
Tints of Pear #DAE114
RGB
CMYK
RGB Variations
Color information
#DAE114 (or 0xDAE114) is known color: Pear. HEX triplet: DA, E1 and 14. RGB value is (218,225,20). Sum of RGB (Red+Green+Blue) = 218+225+20=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 20 (8.20% from 255 or 4.32% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE114 is #251EEB. Grayscale: #C8C8C8. Windows color (decimal): -2432748 or 1368538. OLE color: 1368538.
HSL color Cylindrical-coordinate representation of color #DAE114: hue angle of 62.05º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAE114 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 20 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.12 |
| HSL | 62.05º | 0.84% | 0.48% | - |
| HSV(B) | 62.05º | 0.91% | 0.88% | - |
| XYZ | 55.96 | 68.81 | 10.99 | - |
| YUV | 199.54 | 26.68 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 20 | 0.03 | 0 | 0.91 | 0.12 | 62.05 | 0.84 | 0.48 |
| Hex | DA | E1 | 14 | 3 | 0 | 5B | C | 3E | 54 | 30 |
| Octal | 332 | 341 | 24 | 3 | 0 | 133 | 14 | 76 | 124 | 60 |
| Binary | 11011010 | 11100001 | 10100 | 11 | 0 | 1011011 | 1100 | 111110 | 1010100 | 110000 |
Color Harmonies of #DAE114
Complementary color
Monochromatic Colors of #DAE114
Black with #DAE114
Text Example
Text Example
White with #DAE114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE114; }
p { color: rgb(218,225,20); }
H1.HeaderClassName
{
color: #DAE114;
}
.AnyTagClassName
{
color: #DAE114;
}
</style>
background-color css
<style>
a { background-color: #DAE114; }
a { background-color: rgb(218,225,20); }
div.DivClassName
{
background-color: #DAE114;
}
.BgClassName
{
background-color: #DAE114;
}
</style>
border-color css
<style>
span { border-color: #DAE114; }
span { border-color: rgb(218,225,20); }
td.TdClassName
{
border-color: #DAE114;
}
.TagClassName
{
border-color: #DAE114;
}
</style>