Shades of Pear #DAE120
Tints of Pear #DAE120
RGB
CMYK
RGB Variations
Color information
#DAE120 (or 0xDAE120) is known color: Pear. HEX triplet: DA, E1 and 20. RGB value is (218,225,32). Sum of RGB (Red+Green+Blue) = 218+225+32=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 32 (12.89% from 255 or 6.74% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE120 is #251EDF. Grayscale: #C9C9C9. Windows color (decimal): -2432736 or 2154970. OLE color: 2154970.
HSL color Cylindrical-coordinate representation of color #DAE120: hue angle of 62.18º 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 #DAE120 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 32 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.12 |
| HSL | 62.18º | 0.76% | 0.5% | - |
| HSV(B) | 62.18º | 0.86% | 0.88% | - |
| XYZ | 56.1 | 68.86 | 11.7 | - |
| YUV | 200.91 | 32.68 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 32 | 0.03 | 0 | 0.86 | 0.12 | 62.18 | 0.76 | 0.5 |
| Hex | DA | E1 | 20 | 3 | 0 | 56 | C | 3E | 4C | 32 |
| Octal | 332 | 341 | 40 | 3 | 0 | 126 | 14 | 76 | 114 | 62 |
| Binary | 11011010 | 11100001 | 100000 | 11 | 0 | 1010110 | 1100 | 111110 | 1001100 | 110010 |
Color Harmonies of #DAE120
Complementary color
Monochromatic Colors of #DAE120
Black with #DAE120
Text Example
Text Example
White with #DAE120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE120; }
p { color: rgb(218,225,32); }
H1.HeaderClassName
{
color: #DAE120;
}
.AnyTagClassName
{
color: #DAE120;
}
</style>
background-color css
<style>
a { background-color: #DAE120; }
a { background-color: rgb(218,225,32); }
div.DivClassName
{
background-color: #DAE120;
}
.BgClassName
{
background-color: #DAE120;
}
</style>
border-color css
<style>
span { border-color: #DAE120; }
span { border-color: rgb(218,225,32); }
td.TdClassName
{
border-color: #DAE120;
}
.TagClassName
{
border-color: #DAE120;
}
</style>