Shades of Pear #DAE62C
Tints of Pear #DAE62C
RGB
CMYK
RGB Variations
Color information
#DAE62C (or 0xDAE62C) is known color: Pear. HEX triplet: DA, E6 and 2C. RGB value is (218,230,44). Sum of RGB (Red+Green+Blue) = 218+230+44=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 230 (90.23% from 255 or 46.75% from 492); Blue value is 44 (17.58% from 255 or 8.94% from 492); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE62C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE62C is #2519D3. Grayscale: #CDCDCD. Windows color (decimal): -2431444 or 2942682. OLE color: 2942682.
HSL color Cylindrical-coordinate representation of color #DAE62C: hue angle of 63.87º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAE62C is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 44 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.10 |
| HSL | 63.87º | 0.79% | 0.54% | - |
| HSV(B) | 63.87º | 0.81% | 0.9% | - |
| XYZ | 57.66 | 71.68 | 13.18 | - |
| YUV | 205.21 | 37.02 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 44 | 0.05 | 0 | 0.81 | 0.10 | 63.87 | 0.79 | 0.54 |
| Hex | DA | E6 | 2C | 5 | 0 | 51 | A | 40 | 4F | 36 |
| Octal | 332 | 346 | 54 | 5 | 0 | 121 | 12 | 100 | 117 | 66 |
| Binary | 11011010 | 11100110 | 101100 | 101 | 0 | 1010001 | 1010 | 1000000 | 1001111 | 110110 |
Color Harmonies of #DAE62C
Complementary color
Monochromatic Colors of #DAE62C
Black with #DAE62C
Text Example
Text Example
White with #DAE62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE62C; }
p { color: rgb(218,230,44); }
H1.HeaderClassName
{
color: #DAE62C;
}
.AnyTagClassName
{
color: #DAE62C;
}
</style>
background-color css
<style>
a { background-color: #DAE62C; }
a { background-color: rgb(218,230,44); }
div.DivClassName
{
background-color: #DAE62C;
}
.BgClassName
{
background-color: #DAE62C;
}
</style>
border-color css
<style>
span { border-color: #DAE62C; }
span { border-color: rgb(218,230,44); }
td.TdClassName
{
border-color: #DAE62C;
}
.TagClassName
{
border-color: #DAE62C;
}
</style>