Shades of Pear #DCEC33
Tints of Pear #DCEC33
RGB
CMYK
RGB Variations
Color information
#DCEC33 (or 0xDCEC33) is known color: Pear. HEX triplet: DC, EC and 33. RGB value is (220,236,51). Sum of RGB (Red+Green+Blue) = 220+236+51=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 51 (20.31% from 255 or 10.06% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC33 is #2313CC. Grayscale: #D2D2D2. Windows color (decimal): -2298829 or 3402972. OLE color: 3402972.
HSL color Cylindrical-coordinate representation of color #DCEC33: hue angle of 65.19º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCEC33 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 51 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.07 |
| HSL | 65.19º | 0.83% | 0.56% | - |
| HSV(B) | 65.19º | 0.78% | 0.93% | - |
| XYZ | 60.11 | 75.45 | 14.53 | - |
| YUV | 210.13 | 38.2 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 51 | 0.07 | 0 | 0.78 | 0.07 | 65.19 | 0.83 | 0.56 |
| Hex | DC | EC | 33 | 7 | 0 | 4E | 7 | 41 | 53 | 38 |
| Octal | 334 | 354 | 63 | 7 | 0 | 116 | 7 | 101 | 123 | 70 |
| Binary | 11011100 | 11101100 | 110011 | 111 | 0 | 1001110 | 111 | 1000001 | 1010011 | 111000 |
Color Harmonies of #DCEC33
Complementary color
Monochromatic Colors of #DCEC33
Black with #DCEC33
Text Example
Text Example
White with #DCEC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC33; }
p { color: rgb(220,236,51); }
H1.HeaderClassName
{
color: #DCEC33;
}
.AnyTagClassName
{
color: #DCEC33;
}
</style>
background-color css
<style>
a { background-color: #DCEC33; }
a { background-color: rgb(220,236,51); }
div.DivClassName
{
background-color: #DCEC33;
}
.BgClassName
{
background-color: #DCEC33;
}
</style>
border-color css
<style>
span { border-color: #DCEC33; }
span { border-color: rgb(220,236,51); }
td.TdClassName
{
border-color: #DCEC33;
}
.TagClassName
{
border-color: #DCEC33;
}
</style>