Shades of Pear #DAE220
Tints of Pear #DAE220
RGB
CMYK
RGB Variations
Color information
#DAE220 (or 0xDAE220) is known color: Pear. HEX triplet: DA, E2 and 20. RGB value is (218,226,32). Sum of RGB (Red+Green+Blue) = 218+226+32=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 226 (88.67% from 255 or 47.48% from 476); Blue value is 32 (12.89% from 255 or 6.72% from 476); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE220 is #251DDF. Grayscale: #CACACA. Windows color (decimal): -2432480 or 2155226. OLE color: 2155226.
HSL color Cylindrical-coordinate representation of color #DAE220: hue angle of 62.47º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAE220 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 32 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.11 |
| HSL | 62.47º | 0.77% | 0.51% | - |
| HSV(B) | 62.47º | 0.86% | 0.89% | - |
| XYZ | 56.37 | 69.4 | 11.79 | - |
| YUV | 201.49 | 32.35 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 32 | 0.04 | 0 | 0.86 | 0.11 | 62.47 | 0.77 | 0.51 |
| Hex | DA | E2 | 20 | 4 | 0 | 56 | B | 3E | 4D | 33 |
| Octal | 332 | 342 | 40 | 4 | 0 | 126 | 13 | 76 | 115 | 63 |
| Binary | 11011010 | 11100010 | 100000 | 100 | 0 | 1010110 | 1011 | 111110 | 1001101 | 110011 |
Color Harmonies of #DAE220
Complementary color
Monochromatic Colors of #DAE220
Black with #DAE220
Text Example
Text Example
White with #DAE220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE220; }
p { color: rgb(218,226,32); }
H1.HeaderClassName
{
color: #DAE220;
}
.AnyTagClassName
{
color: #DAE220;
}
</style>
background-color css
<style>
a { background-color: #DAE220; }
a { background-color: rgb(218,226,32); }
div.DivClassName
{
background-color: #DAE220;
}
.BgClassName
{
background-color: #DAE220;
}
</style>
border-color css
<style>
span { border-color: #DAE220; }
span { border-color: rgb(218,226,32); }
td.TdClassName
{
border-color: #DAE220;
}
.TagClassName
{
border-color: #DAE220;
}
</style>