Shades of Pear #DCED36
Tints of Pear #DCED36
RGB
CMYK
RGB Variations
Color information
#DCED36 (or 0xDCED36) is known color: Pear. HEX triplet: DC, ED and 36. RGB value is (220,237,54). Sum of RGB (Red+Green+Blue) = 220+237+54=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 54 (21.48% from 255 or 10.57% from 511); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCED36 is #2312C9. Grayscale: #D3D3D3. Windows color (decimal): -2298570 or 3599836. OLE color: 3599836.
HSL color Cylindrical-coordinate representation of color #DCED36: hue angle of 65.57º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCED36 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 54 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.07 |
| HSL | 65.57º | 0.84% | 0.57% | - |
| HSV(B) | 65.57º | 0.77% | 0.93% | - |
| XYZ | 60.47 | 76.05 | 14.98 | - |
| YUV | 211.06 | 39.37 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 54 | 0.07 | 0 | 0.77 | 0.07 | 65.57 | 0.84 | 0.57 |
| Hex | DC | ED | 36 | 7 | 0 | 4D | 7 | 42 | 54 | 39 |
| Octal | 334 | 355 | 66 | 7 | 0 | 115 | 7 | 102 | 124 | 71 |
| Binary | 11011100 | 11101101 | 110110 | 111 | 0 | 1001101 | 111 | 1000010 | 1010100 | 111001 |
Color Harmonies of #DCED36
Complementary color
Monochromatic Colors of #DCED36
Black with #DCED36
Text Example
Text Example
White with #DCED36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED36; }
p { color: rgb(220,237,54); }
H1.HeaderClassName
{
color: #DCED36;
}
.AnyTagClassName
{
color: #DCED36;
}
</style>
background-color css
<style>
a { background-color: #DCED36; }
a { background-color: rgb(220,237,54); }
div.DivClassName
{
background-color: #DCED36;
}
.BgClassName
{
background-color: #DCED36;
}
</style>
border-color css
<style>
span { border-color: #DCED36; }
span { border-color: rgb(220,237,54); }
td.TdClassName
{
border-color: #DCED36;
}
.TagClassName
{
border-color: #DCED36;
}
</style>