Shades of Pear #DAE116
Tints of Pear #DAE116
RGB
CMYK
RGB Variations
Color information
#DAE116 (or 0xDAE116) is known color: Pear. HEX triplet: DA, E1 and 16. RGB value is (218,225,22). Sum of RGB (Red+Green+Blue) = 218+225+22=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 22 (8.98% from 255 or 4.73% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE116 is #251EE9. Grayscale: #C8C8C8. Windows color (decimal): -2432746 or 1499610. OLE color: 1499610.
HSL color Cylindrical-coordinate representation of color #DAE116: hue angle of 62.07º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAE116 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 22 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.12 |
| HSL | 62.07º | 0.82% | 0.48% | - |
| HSV(B) | 62.07º | 0.9% | 0.88% | - |
| XYZ | 55.98 | 68.81 | 11.09 | - |
| YUV | 199.77 | 27.68 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 22 | 0.03 | 0 | 0.90 | 0.12 | 62.07 | 0.82 | 0.48 |
| Hex | DA | E1 | 16 | 3 | 0 | 5A | C | 3E | 52 | 30 |
| Octal | 332 | 341 | 26 | 3 | 0 | 132 | 14 | 76 | 122 | 60 |
| Binary | 11011010 | 11100001 | 10110 | 11 | 0 | 1011010 | 1100 | 111110 | 1010010 | 110000 |
Color Harmonies of #DAE116
Complementary color
Monochromatic Colors of #DAE116
Black with #DAE116
Text Example
Text Example
White with #DAE116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE116; }
p { color: rgb(218,225,22); }
H1.HeaderClassName
{
color: #DAE116;
}
.AnyTagClassName
{
color: #DAE116;
}
</style>
background-color css
<style>
a { background-color: #DAE116; }
a { background-color: rgb(218,225,22); }
div.DivClassName
{
background-color: #DAE116;
}
.BgClassName
{
background-color: #DAE116;
}
</style>
border-color css
<style>
span { border-color: #DAE116; }
span { border-color: rgb(218,225,22); }
td.TdClassName
{
border-color: #DAE116;
}
.TagClassName
{
border-color: #DAE116;
}
</style>