Shades of Pear #DCEE21
Tints of Pear #DCEE21
RGB
CMYK
RGB Variations
Color information
#DCEE21 (or 0xDCEE21) is known color: Pear. HEX triplet: DC, EE and 21. RGB value is (220,238,33). Sum of RGB (Red+Green+Blue) = 220+238+33=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 33 (13.28% from 255 or 6.72% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE21 is #2311DE. Grayscale: #D2D2D2. Windows color (decimal): -2298335 or 2223836. OLE color: 2223836.
HSL color Cylindrical-coordinate representation of color #DCEE21: hue angle of 65.27º degrees, saturation: 0.86, 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 #DCEE21 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 33 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.07 |
| HSL | 65.27º | 0.86% | 0.53% | - |
| HSV(B) | 65.27º | 0.86% | 0.93% | - |
| XYZ | 60.36 | 76.47 | 13.02 | - |
| YUV | 209.25 | 28.54 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 33 | 0.08 | 0 | 0.86 | 0.07 | 65.27 | 0.86 | 0.53 |
| Hex | DC | EE | 21 | 8 | 0 | 56 | 7 | 41 | 56 | 35 |
| Octal | 334 | 356 | 41 | 10 | 0 | 126 | 7 | 101 | 126 | 65 |
| Binary | 11011100 | 11101110 | 100001 | 1000 | 0 | 1010110 | 111 | 1000001 | 1010110 | 110101 |
Color Harmonies of #DCEE21
Complementary color
Monochromatic Colors of #DCEE21
Black with #DCEE21
Text Example
Text Example
White with #DCEE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE21; }
p { color: rgb(220,238,33); }
H1.HeaderClassName
{
color: #DCEE21;
}
.AnyTagClassName
{
color: #DCEE21;
}
</style>
background-color css
<style>
a { background-color: #DCEE21; }
a { background-color: rgb(220,238,33); }
div.DivClassName
{
background-color: #DCEE21;
}
.BgClassName
{
background-color: #DCEE21;
}
</style>
border-color css
<style>
span { border-color: #DCEE21; }
span { border-color: rgb(220,238,33); }
td.TdClassName
{
border-color: #DCEE21;
}
.TagClassName
{
border-color: #DCEE21;
}
</style>