Shades of Pear #DCEB21
Tints of Pear #DCEB21
RGB
CMYK
RGB Variations
Color information
#DCEB21 (or 0xDCEB21) is known color: Pear. HEX triplet: DC, EB and 21. RGB value is (220,235,33). Sum of RGB (Red+Green+Blue) = 220+235+33=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 33 (13.28% from 255 or 6.76% from 488); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEB21 is #2314DE. Grayscale: #D0D0D0. Windows color (decimal): -2299103 or 2223068. OLE color: 2223068.
HSL color Cylindrical-coordinate representation of color #DCEB21: hue angle of 64.46º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCEB21 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 33 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.08 |
| HSL | 64.46º | 0.83% | 0.53% | - |
| HSV(B) | 64.46º | 0.86% | 0.92% | - |
| XYZ | 59.5 | 74.74 | 12.73 | - |
| YUV | 207.49 | 29.53 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 33 | 0.06 | 0 | 0.86 | 0.08 | 64.46 | 0.83 | 0.53 |
| Hex | DC | EB | 21 | 6 | 0 | 56 | 8 | 40 | 53 | 35 |
| Octal | 334 | 353 | 41 | 6 | 0 | 126 | 10 | 100 | 123 | 65 |
| Binary | 11011100 | 11101011 | 100001 | 110 | 0 | 1010110 | 1000 | 1000000 | 1010011 | 110101 |
Color Harmonies of #DCEB21
Complementary color
Monochromatic Colors of #DCEB21
Black with #DCEB21
Text Example
Text Example
White with #DCEB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB21; }
p { color: rgb(220,235,33); }
H1.HeaderClassName
{
color: #DCEB21;
}
.AnyTagClassName
{
color: #DCEB21;
}
</style>
background-color css
<style>
a { background-color: #DCEB21; }
a { background-color: rgb(220,235,33); }
div.DivClassName
{
background-color: #DCEB21;
}
.BgClassName
{
background-color: #DCEB21;
}
</style>
border-color css
<style>
span { border-color: #DCEB21; }
span { border-color: rgb(220,235,33); }
td.TdClassName
{
border-color: #DCEB21;
}
.TagClassName
{
border-color: #DCEB21;
}
</style>