Shades of Pear #DAEC21
Tints of Pear #DAEC21
RGB
CMYK
RGB Variations
Color information
#DAEC21 (or 0xDAEC21) is known color: Pear. HEX triplet: DA, EC and 21. RGB value is (218,236,33). Sum of RGB (Red+Green+Blue) = 218+236+33=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 33 (13.28% from 255 or 6.78% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEC21 is #2513DE. Grayscale: #D0D0D0. Windows color (decimal): -2429919 or 2223322. OLE color: 2223322.
HSL color Cylindrical-coordinate representation of color #DAEC21: hue angle of 65.32º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAEC21 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 33 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.07 |
| HSL | 65.32º | 0.84% | 0.53% | - |
| HSV(B) | 65.32º | 0.86% | 0.93% | - |
| XYZ | 59.18 | 75.01 | 12.8 | - |
| YUV | 207.48 | 29.54 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 33 | 0.08 | 0 | 0.86 | 0.07 | 65.32 | 0.84 | 0.53 |
| Hex | DA | EC | 21 | 8 | 0 | 56 | 7 | 41 | 54 | 35 |
| Octal | 332 | 354 | 41 | 10 | 0 | 126 | 7 | 101 | 124 | 65 |
| Binary | 11011010 | 11101100 | 100001 | 1000 | 0 | 1010110 | 111 | 1000001 | 1010100 | 110101 |
Color Harmonies of #DAEC21
Complementary color
Monochromatic Colors of #DAEC21
Black with #DAEC21
Text Example
Text Example
White with #DAEC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEC21; }
p { color: rgb(218,236,33); }
H1.HeaderClassName
{
color: #DAEC21;
}
.AnyTagClassName
{
color: #DAEC21;
}
</style>
background-color css
<style>
a { background-color: #DAEC21; }
a { background-color: rgb(218,236,33); }
div.DivClassName
{
background-color: #DAEC21;
}
.BgClassName
{
background-color: #DAEC21;
}
</style>
border-color css
<style>
span { border-color: #DAEC21; }
span { border-color: rgb(218,236,33); }
td.TdClassName
{
border-color: #DAEC21;
}
.TagClassName
{
border-color: #DAEC21;
}
</style>