Shades of Green White #DCDACB
Tints of Green White #DCDACB
RGB
CMYK
RGB Variations
Color information
#DCDACB (or 0xDCDACB) is known color: Green White. HEX triplet: DC, DA and CB. RGB value is (220,218,203). Sum of RGB (Red+Green+Blue) = 220+218+203=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDACB is #232534. Grayscale: #D8D8D8. Windows color (decimal): -2303285 or 13359836. OLE color: 13359836.
HSL color Cylindrical-coordinate representation of color #DCDACB: hue angle of 52.94º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCDACB is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 203 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.14 |
| HSL | 52.94º | 0.2% | 0.83% | - |
| HSV(B) | 52.94º | 0.08% | 0.86% | - |
| XYZ | 65.37 | 69.67 | 66.5 | - |
| YUV | 216.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 203 | 0 | 0.01 | 0.08 | 0.14 | 52.94 | 0.2 | 0.83 |
| Hex | DC | DA | CB | 0 | 1 | 8 | E | 35 | 14 | 53 |
| Octal | 334 | 332 | 313 | 0 | 1 | 10 | 16 | 65 | 24 | 123 |
| Binary | 11011100 | 11011010 | 11001011 | 0 | 1 | 1000 | 1110 | 110101 | 10100 | 1010011 |
Color Harmonies of #DCDACB
Complementary color
Monochromatic Colors of #DCDACB
Black with #DCDACB
Text Example
Text Example
White with #DCDACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDACB; }
p { color: rgb(220,218,203); }
H1.HeaderClassName
{
color: #DCDACB;
}
.AnyTagClassName
{
color: #DCDACB;
}
</style>
background-color css
<style>
a { background-color: #DCDACB; }
a { background-color: rgb(220,218,203); }
div.DivClassName
{
background-color: #DCDACB;
}
.BgClassName
{
background-color: #DCDACB;
}
</style>
border-color css
<style>
span { border-color: #DCDACB; }
span { border-color: rgb(220,218,203); }
td.TdClassName
{
border-color: #DCDACB;
}
.TagClassName
{
border-color: #DCDACB;
}
</style>