Shades of Stark White #DCC9B3
Tints of Stark White #DCC9B3
RGB
CMYK
RGB Variations
Color information
#DCC9B3 (or 0xDCC9B3) is known color: Stark White. HEX triplet: DC, C9 and B3. RGB value is (220,201,179). Sum of RGB (Red+Green+Blue) = 220+201+179=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 179 (70.31% from 255 or 29.83% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9B3 is #23364C. Grayscale: #CCCCCC. Windows color (decimal): -2307661 or 11782620. OLE color: 11782620.
HSL color Cylindrical-coordinate representation of color #DCC9B3: hue angle of 32.2º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCC9B3 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 179 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.14 |
| HSL | 32.2º | 0.37% | 0.78% | - |
| HSV(B) | 32.2º | 0.19% | 0.86% | - |
| XYZ | 58.54 | 60.24 | 51.19 | - |
| YUV | 204.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 179 | 0 | 0.09 | 0.19 | 0.14 | 32.2 | 0.37 | 0.78 |
| Hex | DC | C9 | B3 | 0 | 9 | 13 | E | 20 | 25 | 4E |
| Octal | 334 | 311 | 263 | 0 | 11 | 23 | 16 | 40 | 45 | 116 |
| Binary | 11011100 | 11001001 | 10110011 | 0 | 1001 | 10011 | 1110 | 100000 | 100101 | 1001110 |
Color Harmonies of #DCC9B3
Complementary color
Monochromatic Colors of #DCC9B3
Black with #DCC9B3
Text Example
Text Example
White with #DCC9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC9B3; }
p { color: rgb(220,201,179); }
H1.HeaderClassName
{
color: #DCC9B3;
}
.AnyTagClassName
{
color: #DCC9B3;
}
</style>
background-color css
<style>
a { background-color: #DCC9B3; }
a { background-color: rgb(220,201,179); }
div.DivClassName
{
background-color: #DCC9B3;
}
.BgClassName
{
background-color: #DCC9B3;
}
</style>
border-color css
<style>
span { border-color: #DCC9B3; }
span { border-color: rgb(220,201,179); }
td.TdClassName
{
border-color: #DCC9B3;
}
.TagClassName
{
border-color: #DCC9B3;
}
</style>