Shades of Pear #DAE32E
Tints of Pear #DAE32E
RGB
CMYK
RGB Variations
Color information
#DAE32E (or 0xDAE32E) is known color: Pear. HEX triplet: DA, E3 and 2E. RGB value is (218,227,46). Sum of RGB (Red+Green+Blue) = 218+227+46=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 227 (89.06% from 255 or 46.23% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE32E is #251CD1. Grayscale: #CCCCCC. Windows color (decimal): -2432210 or 3072986. OLE color: 3072986.
HSL color Cylindrical-coordinate representation of color #DAE32E: hue angle of 62.98º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAE32E is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 46 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.11 |
| HSL | 62.98º | 0.76% | 0.54% | - |
| HSV(B) | 62.98º | 0.8% | 0.89% | - |
| XYZ | 56.88 | 70.04 | 13.11 | - |
| YUV | 203.68 | 39.02 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 46 | 0.04 | 0 | 0.80 | 0.11 | 62.98 | 0.76 | 0.54 |
| Hex | DA | E3 | 2E | 4 | 0 | 50 | B | 3F | 4C | 36 |
| Octal | 332 | 343 | 56 | 4 | 0 | 120 | 13 | 77 | 114 | 66 |
| Binary | 11011010 | 11100011 | 101110 | 100 | 0 | 1010000 | 1011 | 111111 | 1001100 | 110110 |
Color Harmonies of #DAE32E
Complementary color
Monochromatic Colors of #DAE32E
Black with #DAE32E
Text Example
Text Example
White with #DAE32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE32E; }
p { color: rgb(218,227,46); }
H1.HeaderClassName
{
color: #DAE32E;
}
.AnyTagClassName
{
color: #DAE32E;
}
</style>
background-color css
<style>
a { background-color: #DAE32E; }
a { background-color: rgb(218,227,46); }
div.DivClassName
{
background-color: #DAE32E;
}
.BgClassName
{
background-color: #DAE32E;
}
</style>
border-color css
<style>
span { border-color: #DAE32E; }
span { border-color: rgb(218,227,46); }
td.TdClassName
{
border-color: #DAE32E;
}
.TagClassName
{
border-color: #DAE32E;
}
</style>