Shades of Pear #DAE42C
Tints of Pear #DAE42C
RGB
CMYK
RGB Variations
Color information
#DAE42C (or 0xDAE42C) is known color: Pear. HEX triplet: DA, E4 and 2C. RGB value is (218,228,44). Sum of RGB (Red+Green+Blue) = 218+228+44=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 44 (17.58% from 255 or 8.98% from 490); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE42C is #251BD3. Grayscale: #CCCCCC. Windows color (decimal): -2431956 or 2942170. OLE color: 2942170.
HSL color Cylindrical-coordinate representation of color #DAE42C: hue angle of 63.26º 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 #DAE42C is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 44 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.11 |
| HSL | 63.26º | 0.77% | 0.53% | - |
| HSV(B) | 63.26º | 0.81% | 0.89% | - |
| XYZ | 57.11 | 70.57 | 12.99 | - |
| YUV | 204.03 | 37.69 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 44 | 0.04 | 0 | 0.81 | 0.11 | 63.26 | 0.77 | 0.53 |
| Hex | DA | E4 | 2C | 4 | 0 | 51 | B | 3F | 4D | 35 |
| Octal | 332 | 344 | 54 | 4 | 0 | 121 | 13 | 77 | 115 | 65 |
| Binary | 11011010 | 11100100 | 101100 | 100 | 0 | 1010001 | 1011 | 111111 | 1001101 | 110101 |
Color Harmonies of #DAE42C
Complementary color
Monochromatic Colors of #DAE42C
Black with #DAE42C
Text Example
Text Example
White with #DAE42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE42C; }
p { color: rgb(218,228,44); }
H1.HeaderClassName
{
color: #DAE42C;
}
.AnyTagClassName
{
color: #DAE42C;
}
</style>
background-color css
<style>
a { background-color: #DAE42C; }
a { background-color: rgb(218,228,44); }
div.DivClassName
{
background-color: #DAE42C;
}
.BgClassName
{
background-color: #DAE42C;
}
</style>
border-color css
<style>
span { border-color: #DAE42C; }
span { border-color: rgb(218,228,44); }
td.TdClassName
{
border-color: #DAE42C;
}
.TagClassName
{
border-color: #DAE42C;
}
</style>