Shades of Pear #DAEC1A
Tints of Pear #DAEC1A
RGB
CMYK
RGB Variations
Color information
#DAEC1A (or 0xDAEC1A) is known color: Pear. HEX triplet: DA, EC and 1A. RGB value is (218,236,26). Sum of RGB (Red+Green+Blue) = 218+236+26=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 26 (10.55% from 255 or 5.42% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEC1A is #2513E5. Grayscale: #CFCFCF. Windows color (decimal): -2429926 or 1764570. OLE color: 1764570.
HSL color Cylindrical-coordinate representation of color #DAEC1A: hue angle of 65.14º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAEC1A is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 26 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.07 |
| HSL | 65.14º | 0.85% | 0.51% | - |
| HSV(B) | 65.14º | 0.89% | 0.93% | - |
| XYZ | 59.1 | 74.97 | 12.33 | - |
| YUV | 206.68 | 26.04 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 26 | 0.08 | 0 | 0.89 | 0.07 | 65.14 | 0.85 | 0.51 |
| Hex | DA | EC | 1A | 8 | 0 | 59 | 7 | 41 | 55 | 33 |
| Octal | 332 | 354 | 32 | 10 | 0 | 131 | 7 | 101 | 125 | 63 |
| Binary | 11011010 | 11101100 | 11010 | 1000 | 0 | 1011001 | 111 | 1000001 | 1010101 | 110011 |
Color Harmonies of #DAEC1A
Complementary color
Monochromatic Colors of #DAEC1A
Black with #DAEC1A
Text Example
Text Example
White with #DAEC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEC1A; }
p { color: rgb(218,236,26); }
H1.HeaderClassName
{
color: #DAEC1A;
}
.AnyTagClassName
{
color: #DAEC1A;
}
</style>
background-color css
<style>
a { background-color: #DAEC1A; }
a { background-color: rgb(218,236,26); }
div.DivClassName
{
background-color: #DAEC1A;
}
.BgClassName
{
background-color: #DAEC1A;
}
</style>
border-color css
<style>
span { border-color: #DAEC1A; }
span { border-color: rgb(218,236,26); }
td.TdClassName
{
border-color: #DAEC1A;
}
.TagClassName
{
border-color: #DAEC1A;
}
</style>