Shades of Pear #DAE020
Tints of Pear #DAE020
RGB
CMYK
RGB Variations
Color information
#DAE020 (or 0xDAE020) is known color: Pear. HEX triplet: DA, E0 and 20. RGB value is (218,224,32). Sum of RGB (Red+Green+Blue) = 218+224+32=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 32 (12.89% from 255 or 6.75% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE020 is #251FDF. Grayscale: #C9C9C9. Windows color (decimal): -2432992 or 2154714. OLE color: 2154714.
HSL color Cylindrical-coordinate representation of color #DAE020: hue angle of 61.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAE020 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 32 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.12 |
| HSL | 61.88º | 0.76% | 0.5% | - |
| HSV(B) | 61.88º | 0.86% | 0.88% | - |
| XYZ | 55.83 | 68.32 | 11.61 | - |
| YUV | 200.32 | 33.01 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 32 | 0.03 | 0 | 0.86 | 0.12 | 61.88 | 0.76 | 0.5 |
| Hex | DA | E0 | 20 | 3 | 0 | 56 | C | 3E | 4C | 32 |
| Octal | 332 | 340 | 40 | 3 | 0 | 126 | 14 | 76 | 114 | 62 |
| Binary | 11011010 | 11100000 | 100000 | 11 | 0 | 1010110 | 1100 | 111110 | 1001100 | 110010 |
Color Harmonies of #DAE020
Complementary color
Monochromatic Colors of #DAE020
Black with #DAE020
Text Example
Text Example
White with #DAE020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE020; }
p { color: rgb(218,224,32); }
H1.HeaderClassName
{
color: #DAE020;
}
.AnyTagClassName
{
color: #DAE020;
}
</style>
background-color css
<style>
a { background-color: #DAE020; }
a { background-color: rgb(218,224,32); }
div.DivClassName
{
background-color: #DAE020;
}
.BgClassName
{
background-color: #DAE020;
}
</style>
border-color css
<style>
span { border-color: #DAE020; }
span { border-color: rgb(218,224,32); }
td.TdClassName
{
border-color: #DAE020;
}
.TagClassName
{
border-color: #DAE020;
}
</style>