Shades of Pear #DCEC3A
Tints of Pear #DCEC3A
RGB
CMYK
RGB Variations
Color information
#DCEC3A (or 0xDCEC3A) is known color: Pear. HEX triplet: DC, EC and 3A. RGB value is (220,236,58). Sum of RGB (Red+Green+Blue) = 220+236+58=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 58 (23.05% from 255 or 11.28% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC3A is #2313C5. Grayscale: #D3D3D3. Windows color (decimal): -2298822 or 3861724. OLE color: 3861724.
HSL color Cylindrical-coordinate representation of color #DCEC3A: hue angle of 65.39º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCEC3A is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 58 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.07 |
| HSL | 65.39º | 0.82% | 0.58% | - |
| HSV(B) | 65.39º | 0.75% | 0.93% | - |
| XYZ | 60.27 | 75.51 | 15.4 | - |
| YUV | 210.92 | 41.7 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 58 | 0.07 | 0 | 0.75 | 0.07 | 65.39 | 0.82 | 0.58 |
| Hex | DC | EC | 3A | 7 | 0 | 4B | 7 | 41 | 52 | 3A |
| Octal | 334 | 354 | 72 | 7 | 0 | 113 | 7 | 101 | 122 | 72 |
| Binary | 11011100 | 11101100 | 111010 | 111 | 0 | 1001011 | 111 | 1000001 | 1010010 | 111010 |
Color Harmonies of #DCEC3A
Complementary color
Monochromatic Colors of #DCEC3A
Black with #DCEC3A
Text Example
Text Example
White with #DCEC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC3A; }
p { color: rgb(220,236,58); }
H1.HeaderClassName
{
color: #DCEC3A;
}
.AnyTagClassName
{
color: #DCEC3A;
}
</style>
background-color css
<style>
a { background-color: #DCEC3A; }
a { background-color: rgb(220,236,58); }
div.DivClassName
{
background-color: #DCEC3A;
}
.BgClassName
{
background-color: #DCEC3A;
}
</style>
border-color css
<style>
span { border-color: #DCEC3A; }
span { border-color: rgb(220,236,58); }
td.TdClassName
{
border-color: #DCEC3A;
}
.TagClassName
{
border-color: #DCEC3A;
}
</style>