Shades of Pear #DAE820
Tints of Pear #DAE820
RGB
CMYK
RGB Variations
Color information
#DAE820 (or 0xDAE820) is known color: Pear. HEX triplet: DA, E8 and 20. RGB value is (218,232,32). Sum of RGB (Red+Green+Blue) = 218+232+32=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 32 (12.89% from 255 or 6.64% from 482); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE820 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE820 is #2517DF. Grayscale: #CDCDCD. Windows color (decimal): -2430944 or 2156762. OLE color: 2156762.
HSL color Cylindrical-coordinate representation of color #DAE820: hue angle of 64.2º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAE820 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 32 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.09 |
| HSL | 64.2º | 0.81% | 0.52% | - |
| HSV(B) | 64.2º | 0.86% | 0.91% | - |
| XYZ | 58.03 | 72.72 | 12.34 | - |
| YUV | 205.01 | 30.36 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 32 | 0.06 | 0 | 0.86 | 0.09 | 64.2 | 0.81 | 0.52 |
| Hex | DA | E8 | 20 | 6 | 0 | 56 | 9 | 40 | 51 | 34 |
| Octal | 332 | 350 | 40 | 6 | 0 | 126 | 11 | 100 | 121 | 64 |
| Binary | 11011010 | 11101000 | 100000 | 110 | 0 | 1010110 | 1001 | 1000000 | 1010001 | 110100 |
Color Harmonies of #DAE820
Complementary color
Monochromatic Colors of #DAE820
Black with #DAE820
Text Example
Text Example
White with #DAE820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE820; }
p { color: rgb(218,232,32); }
H1.HeaderClassName
{
color: #DAE820;
}
.AnyTagClassName
{
color: #DAE820;
}
</style>
background-color css
<style>
a { background-color: #DAE820; }
a { background-color: rgb(218,232,32); }
div.DivClassName
{
background-color: #DAE820;
}
.BgClassName
{
background-color: #DAE820;
}
</style>
border-color css
<style>
span { border-color: #DAE820; }
span { border-color: rgb(218,232,32); }
td.TdClassName
{
border-color: #DAE820;
}
.TagClassName
{
border-color: #DAE820;
}
</style>