Shades of Pear #DAE216
Tints of Pear #DAE216
RGB
CMYK
RGB Variations
Color information
#DAE216 (or 0xDAE216) is known color: Pear. HEX triplet: DA, E2 and 16. RGB value is (218,226,22). Sum of RGB (Red+Green+Blue) = 218+226+22=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 22 (8.98% from 255 or 4.72% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE216 is #251DE9. Grayscale: #C9C9C9. Windows color (decimal): -2432490 or 1499866. OLE color: 1499866.
HSL color Cylindrical-coordinate representation of color #DAE216: hue angle of 62.35º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAE216 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 22 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.11 |
| HSL | 62.35º | 0.82% | 0.49% | - |
| HSV(B) | 62.35º | 0.9% | 0.89% | - |
| XYZ | 56.25 | 69.36 | 11.18 | - |
| YUV | 200.35 | 27.35 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 22 | 0.04 | 0 | 0.90 | 0.11 | 62.35 | 0.82 | 0.49 |
| Hex | DA | E2 | 16 | 4 | 0 | 5A | B | 3E | 52 | 31 |
| Octal | 332 | 342 | 26 | 4 | 0 | 132 | 13 | 76 | 122 | 61 |
| Binary | 11011010 | 11100010 | 10110 | 100 | 0 | 1011010 | 1011 | 111110 | 1010010 | 110001 |
Color Harmonies of #DAE216
Complementary color
Monochromatic Colors of #DAE216
Black with #DAE216
Text Example
Text Example
White with #DAE216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE216; }
p { color: rgb(218,226,22); }
H1.HeaderClassName
{
color: #DAE216;
}
.AnyTagClassName
{
color: #DAE216;
}
</style>
background-color css
<style>
a { background-color: #DAE216; }
a { background-color: rgb(218,226,22); }
div.DivClassName
{
background-color: #DAE216;
}
.BgClassName
{
background-color: #DAE216;
}
</style>
border-color css
<style>
span { border-color: #DAE216; }
span { border-color: rgb(218,226,22); }
td.TdClassName
{
border-color: #DAE216;
}
.TagClassName
{
border-color: #DAE216;
}
</style>