Shades of Pear #DAE022
Tints of Pear #DAE022
RGB
CMYK
RGB Variations
Color information
#DAE022 (or 0xDAE022) is known color: Pear. HEX triplet: DA, E0 and 22. RGB value is (218,224,34). Sum of RGB (Red+Green+Blue) = 218+224+34=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 34 (13.67% from 255 or 7.14% from 476); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE022 is #251FDD. Grayscale: #C9C9C9. Windows color (decimal): -2432990 or 2285786. OLE color: 2285786.
HSL color Cylindrical-coordinate representation of color #DAE022: hue angle of 61.89º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAE022 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 34 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.12 |
| HSL | 61.89º | 0.75% | 0.51% | - |
| HSV(B) | 61.89º | 0.85% | 0.88% | - |
| XYZ | 55.86 | 68.33 | 11.76 | - |
| YUV | 200.55 | 34.01 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 34 | 0.03 | 0 | 0.85 | 0.12 | 61.89 | 0.75 | 0.51 |
| Hex | DA | E0 | 22 | 3 | 0 | 55 | C | 3E | 4B | 33 |
| Octal | 332 | 340 | 42 | 3 | 0 | 125 | 14 | 76 | 113 | 63 |
| Binary | 11011010 | 11100000 | 100010 | 11 | 0 | 1010101 | 1100 | 111110 | 1001011 | 110011 |
Color Harmonies of #DAE022
Complementary color
Monochromatic Colors of #DAE022
Black with #DAE022
Text Example
Text Example
White with #DAE022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE022; }
p { color: rgb(218,224,34); }
H1.HeaderClassName
{
color: #DAE022;
}
.AnyTagClassName
{
color: #DAE022;
}
</style>
background-color css
<style>
a { background-color: #DAE022; }
a { background-color: rgb(218,224,34); }
div.DivClassName
{
background-color: #DAE022;
}
.BgClassName
{
background-color: #DAE022;
}
</style>
border-color css
<style>
span { border-color: #DAE022; }
span { border-color: rgb(218,224,34); }
td.TdClassName
{
border-color: #DAE022;
}
.TagClassName
{
border-color: #DAE022;
}
</style>