Shades of Pear #DAEC1C
Tints of Pear #DAEC1C
RGB
CMYK
RGB Variations
Color information
#DAEC1C (or 0xDAEC1C) is known color: Pear. HEX triplet: DA, EC and 1C. RGB value is (218,236,28). Sum of RGB (Red+Green+Blue) = 218+236+28=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 28 (11.33% from 255 or 5.81% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEC1C is #2513E3. Grayscale: #CFCFCF. Windows color (decimal): -2429924 or 1895642. OLE color: 1895642.
HSL color Cylindrical-coordinate representation of color #DAEC1C: hue angle of 65.19º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAEC1C is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 28 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.07 |
| HSL | 65.19º | 0.85% | 0.52% | - |
| HSV(B) | 65.19º | 0.88% | 0.93% | - |
| XYZ | 59.12 | 74.98 | 12.46 | - |
| YUV | 206.91 | 27.04 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 28 | 0.08 | 0 | 0.88 | 0.07 | 65.19 | 0.85 | 0.52 |
| Hex | DA | EC | 1C | 8 | 0 | 58 | 7 | 41 | 55 | 34 |
| Octal | 332 | 354 | 34 | 10 | 0 | 130 | 7 | 101 | 125 | 64 |
| Binary | 11011010 | 11101100 | 11100 | 1000 | 0 | 1011000 | 111 | 1000001 | 1010101 | 110100 |
Color Harmonies of #DAEC1C
Complementary color
Monochromatic Colors of #DAEC1C
Black with #DAEC1C
Text Example
Text Example
White with #DAEC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEC1C; }
p { color: rgb(218,236,28); }
H1.HeaderClassName
{
color: #DAEC1C;
}
.AnyTagClassName
{
color: #DAEC1C;
}
</style>
background-color css
<style>
a { background-color: #DAEC1C; }
a { background-color: rgb(218,236,28); }
div.DivClassName
{
background-color: #DAEC1C;
}
.BgClassName
{
background-color: #DAEC1C;
}
</style>
border-color css
<style>
span { border-color: #DAEC1C; }
span { border-color: rgb(218,236,28); }
td.TdClassName
{
border-color: #DAEC1C;
}
.TagClassName
{
border-color: #DAEC1C;
}
</style>