Shades of Pear #DAE42E
Tints of Pear #DAE42E
RGB
CMYK
RGB Variations
Color information
#DAE42E (or 0xDAE42E) is known color: Pear. HEX triplet: DA, E4 and 2E. RGB value is (218,228,46). Sum of RGB (Red+Green+Blue) = 218+228+46=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 46 (18.36% from 255 or 9.35% from 492); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE42E is #251BD1. Grayscale: #CCCCCC. Windows color (decimal): -2431954 or 3073242. OLE color: 3073242.
HSL color Cylindrical-coordinate representation of color #DAE42E: hue angle of 63.3º degrees, saturation: 0.77, 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 #DAE42E is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 46 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.11 |
| HSL | 63.3º | 0.77% | 0.54% | - |
| HSV(B) | 63.3º | 0.8% | 0.89% | - |
| XYZ | 57.15 | 70.59 | 13.2 | - |
| YUV | 204.26 | 38.69 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 46 | 0.04 | 0 | 0.80 | 0.11 | 63.3 | 0.77 | 0.54 |
| Hex | DA | E4 | 2E | 4 | 0 | 50 | B | 3F | 4D | 36 |
| Octal | 332 | 344 | 56 | 4 | 0 | 120 | 13 | 77 | 115 | 66 |
| Binary | 11011010 | 11100100 | 101110 | 100 | 0 | 1010000 | 1011 | 111111 | 1001101 | 110110 |
Color Harmonies of #DAE42E
Complementary color
Monochromatic Colors of #DAE42E
Black with #DAE42E
Text Example
Text Example
White with #DAE42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE42E; }
p { color: rgb(218,228,46); }
H1.HeaderClassName
{
color: #DAE42E;
}
.AnyTagClassName
{
color: #DAE42E;
}
</style>
background-color css
<style>
a { background-color: #DAE42E; }
a { background-color: rgb(218,228,46); }
div.DivClassName
{
background-color: #DAE42E;
}
.BgClassName
{
background-color: #DAE42E;
}
</style>
border-color css
<style>
span { border-color: #DAE42E; }
span { border-color: rgb(218,228,46); }
td.TdClassName
{
border-color: #DAE42E;
}
.TagClassName
{
border-color: #DAE42E;
}
</style>