Shades of Pear #DCED39
Tints of Pear #DCED39
RGB
CMYK
RGB Variations
Color information
#DCED39 (or 0xDCED39) is known color: Pear. HEX triplet: DC, ED and 39. RGB value is (220,237,57). Sum of RGB (Red+Green+Blue) = 220+237+57=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 57 (22.66% from 255 or 11.09% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED39 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCED39 is #2312C6. Grayscale: #D4D4D4. Windows color (decimal): -2298567 or 3796444. OLE color: 3796444.
HSL color Cylindrical-coordinate representation of color #DCED39: hue angle of 65.67º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCED39 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 57 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.07 |
| HSL | 65.67º | 0.83% | 0.58% | - |
| HSV(B) | 65.67º | 0.76% | 0.93% | - |
| XYZ | 60.54 | 76.08 | 15.37 | - |
| YUV | 211.4 | 40.87 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 57 | 0.07 | 0 | 0.76 | 0.07 | 65.67 | 0.83 | 0.58 |
| Hex | DC | ED | 39 | 7 | 0 | 4C | 7 | 42 | 53 | 3A |
| Octal | 334 | 355 | 71 | 7 | 0 | 114 | 7 | 102 | 123 | 72 |
| Binary | 11011100 | 11101101 | 111001 | 111 | 0 | 1001100 | 111 | 1000010 | 1010011 | 111010 |
Color Harmonies of #DCED39
Complementary color
Monochromatic Colors of #DCED39
Black with #DCED39
Text Example
Text Example
White with #DCED39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED39; }
p { color: rgb(220,237,57); }
H1.HeaderClassName
{
color: #DCED39;
}
.AnyTagClassName
{
color: #DCED39;
}
</style>
background-color css
<style>
a { background-color: #DCED39; }
a { background-color: rgb(220,237,57); }
div.DivClassName
{
background-color: #DCED39;
}
.BgClassName
{
background-color: #DCED39;
}
</style>
border-color css
<style>
span { border-color: #DCED39; }
span { border-color: rgb(220,237,57); }
td.TdClassName
{
border-color: #DCED39;
}
.TagClassName
{
border-color: #DCED39;
}
</style>