Shades of Green White #DCDBC8
Tints of Green White #DCDBC8
RGB
CMYK
RGB Variations
Color information
#DCDBC8 (or 0xDCDBC8) is known color: Green White. HEX triplet: DC, DB and C8. RGB value is (220,219,200). Sum of RGB (Red+Green+Blue) = 220+219+200=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBC8 is #232437. Grayscale: #D9D9D9. Windows color (decimal): -2303032 or 13163484. OLE color: 13163484.
HSL color Cylindrical-coordinate representation of color #DCDBC8: hue angle of 57º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCDBC8 is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 200 | - |
| CMYK | 0 | 0.00 | 0.09 | 0.14 |
| HSL | 57º | 0.22% | 0.82% | - |
| HSV(B) | 57º | 0.09% | 0.86% | - |
| XYZ | 65.27 | 70.05 | 64.72 | - |
| YUV | 217.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 200 | 0 | 0.00 | 0.09 | 0.14 | 57 | 0.22 | 0.82 |
| Hex | DC | DB | C8 | 0 | 0 | 9 | E | 39 | 16 | 52 |
| Octal | 334 | 333 | 310 | 0 | 0 | 11 | 16 | 71 | 26 | 122 |
| Binary | 11011100 | 11011011 | 11001000 | 0 | 0 | 1001 | 1110 | 111001 | 10110 | 1010010 |
Color Harmonies of #DCDBC8
Complementary color
Monochromatic Colors of #DCDBC8
Black with #DCDBC8
Text Example
Text Example
White with #DCDBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBC8; }
p { color: rgb(220,219,200); }
H1.HeaderClassName
{
color: #DCDBC8;
}
.AnyTagClassName
{
color: #DCDBC8;
}
</style>
background-color css
<style>
a { background-color: #DCDBC8; }
a { background-color: rgb(220,219,200); }
div.DivClassName
{
background-color: #DCDBC8;
}
.BgClassName
{
background-color: #DCDBC8;
}
</style>
border-color css
<style>
span { border-color: #DCDBC8; }
span { border-color: rgb(220,219,200); }
td.TdClassName
{
border-color: #DCDBC8;
}
.TagClassName
{
border-color: #DCDBC8;
}
</style>