Shades of Pear #DAE32A
Tints of Pear #DAE32A
RGB
CMYK
RGB Variations
Color information
#DAE32A (or 0xDAE32A) is known color: Pear. HEX triplet: DA, E3 and 2A. RGB value is (218,227,42). Sum of RGB (Red+Green+Blue) = 218+227+42=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 227 (89.06% from 255 or 46.61% from 487); Blue value is 42 (16.80% from 255 or 8.62% from 487); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE32A is #251CD5. Grayscale: #CBCBCB. Windows color (decimal): -2432214 or 2810842. OLE color: 2810842.
HSL color Cylindrical-coordinate representation of color #DAE32A: hue angle of 62.92º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAE32A is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 42 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.11 |
| HSL | 62.92º | 0.77% | 0.53% | - |
| HSV(B) | 62.92º | 0.81% | 0.89% | - |
| XYZ | 56.8 | 70.01 | 12.71 | - |
| YUV | 203.22 | 37.02 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 42 | 0.04 | 0 | 0.81 | 0.11 | 62.92 | 0.77 | 0.53 |
| Hex | DA | E3 | 2A | 4 | 0 | 51 | B | 3F | 4D | 35 |
| Octal | 332 | 343 | 52 | 4 | 0 | 121 | 13 | 77 | 115 | 65 |
| Binary | 11011010 | 11100011 | 101010 | 100 | 0 | 1010001 | 1011 | 111111 | 1001101 | 110101 |
Color Harmonies of #DAE32A
Complementary color
Monochromatic Colors of #DAE32A
Black with #DAE32A
Text Example
Text Example
White with #DAE32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE32A; }
p { color: rgb(218,227,42); }
H1.HeaderClassName
{
color: #DAE32A;
}
.AnyTagClassName
{
color: #DAE32A;
}
</style>
background-color css
<style>
a { background-color: #DAE32A; }
a { background-color: rgb(218,227,42); }
div.DivClassName
{
background-color: #DAE32A;
}
.BgClassName
{
background-color: #DAE32A;
}
</style>
border-color css
<style>
span { border-color: #DAE32A; }
span { border-color: rgb(218,227,42); }
td.TdClassName
{
border-color: #DAE32A;
}
.TagClassName
{
border-color: #DAE32A;
}
</style>