Shades of Pear #DAE62D
Tints of Pear #DAE62D
RGB
CMYK
RGB Variations
Color information
#DAE62D (or 0xDAE62D) is known color: Pear. HEX triplet: DA, E6 and 2D. RGB value is (218,230,45). Sum of RGB (Red+Green+Blue) = 218+230+45=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 45 (17.97% from 255 or 9.13% from 493); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE62D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE62D is #2519D2. Grayscale: #CECECE. Windows color (decimal): -2431443 or 3008218. OLE color: 3008218.
HSL color Cylindrical-coordinate representation of color #DAE62D: hue angle of 63.89º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAE62D is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 45 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.10 |
| HSL | 63.89º | 0.79% | 0.54% | - |
| HSV(B) | 63.89º | 0.8% | 0.9% | - |
| XYZ | 57.68 | 71.69 | 13.28 | - |
| YUV | 205.32 | 37.52 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 45 | 0.05 | 0 | 0.80 | 0.10 | 63.89 | 0.79 | 0.54 |
| Hex | DA | E6 | 2D | 5 | 0 | 50 | A | 40 | 4F | 36 |
| Octal | 332 | 346 | 55 | 5 | 0 | 120 | 12 | 100 | 117 | 66 |
| Binary | 11011010 | 11100110 | 101101 | 101 | 0 | 1010000 | 1010 | 1000000 | 1001111 | 110110 |
Color Harmonies of #DAE62D
Complementary color
Monochromatic Colors of #DAE62D
Black with #DAE62D
Text Example
Text Example
White with #DAE62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE62D; }
p { color: rgb(218,230,45); }
H1.HeaderClassName
{
color: #DAE62D;
}
.AnyTagClassName
{
color: #DAE62D;
}
</style>
background-color css
<style>
a { background-color: #DAE62D; }
a { background-color: rgb(218,230,45); }
div.DivClassName
{
background-color: #DAE62D;
}
.BgClassName
{
background-color: #DAE62D;
}
</style>
border-color css
<style>
span { border-color: #DAE62D; }
span { border-color: rgb(218,230,45); }
td.TdClassName
{
border-color: #DAE62D;
}
.TagClassName
{
border-color: #DAE62D;
}
</style>