Shades of Pear #DCED1C
Tints of Pear #DCED1C
RGB
CMYK
RGB Variations
Color information
#DCED1C (or 0xDCED1C) is known color: Pear. HEX triplet: DC, ED and 1C. RGB value is (220,237,28). Sum of RGB (Red+Green+Blue) = 220+237+28=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 28 (11.33% from 255 or 5.77% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCED1C is #2312E3. Grayscale: #D0D0D0. Windows color (decimal): -2298596 or 1895900. OLE color: 1895900.
HSL color Cylindrical-coordinate representation of color #DCED1C: hue angle of 64.88º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCED1C is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 28 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.07 |
| HSL | 64.88º | 0.85% | 0.52% | - |
| HSV(B) | 64.88º | 0.88% | 0.93% | - |
| XYZ | 60.01 | 75.87 | 12.58 | - |
| YUV | 208.09 | 26.37 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 28 | 0.07 | 0 | 0.88 | 0.07 | 64.88 | 0.85 | 0.52 |
| Hex | DC | ED | 1C | 7 | 0 | 58 | 7 | 41 | 55 | 34 |
| Octal | 334 | 355 | 34 | 7 | 0 | 130 | 7 | 101 | 125 | 64 |
| Binary | 11011100 | 11101101 | 11100 | 111 | 0 | 1011000 | 111 | 1000001 | 1010101 | 110100 |
Color Harmonies of #DCED1C
Complementary color
Monochromatic Colors of #DCED1C
Black with #DCED1C
Text Example
Text Example
White with #DCED1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED1C; }
p { color: rgb(220,237,28); }
H1.HeaderClassName
{
color: #DCED1C;
}
.AnyTagClassName
{
color: #DCED1C;
}
</style>
background-color css
<style>
a { background-color: #DCED1C; }
a { background-color: rgb(220,237,28); }
div.DivClassName
{
background-color: #DCED1C;
}
.BgClassName
{
background-color: #DCED1C;
}
</style>
border-color css
<style>
span { border-color: #DCED1C; }
span { border-color: rgb(220,237,28); }
td.TdClassName
{
border-color: #DCED1C;
}
.TagClassName
{
border-color: #DCED1C;
}
</style>