Shades of Stark White #DCC9B4
Tints of Stark White #DCC9B4
RGB
CMYK
RGB Variations
Color information
#DCC9B4 (or 0xDCC9B4) is known color: Stark White. HEX triplet: DC, C9 and B4. RGB value is (220,201,180). Sum of RGB (Red+Green+Blue) = 220+201+180=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9B4 is #23364B. Grayscale: #CCCCCC. Windows color (decimal): -2307660 or 11848156. OLE color: 11848156.
HSL color Cylindrical-coordinate representation of color #DCC9B4: hue angle of 31.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCC9B4 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 180 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.14 |
| HSL | 31.5º | 0.36% | 0.78% | - |
| HSV(B) | 31.5º | 0.18% | 0.86% | - |
| XYZ | 58.64 | 60.28 | 51.73 | - |
| YUV | 204.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 180 | 0 | 0.09 | 0.18 | 0.14 | 31.5 | 0.36 | 0.78 |
| Hex | DC | C9 | B4 | 0 | 9 | 12 | E | 1F | 24 | 4E |
| Octal | 334 | 311 | 264 | 0 | 11 | 22 | 16 | 37 | 44 | 116 |
| Binary | 11011100 | 11001001 | 10110100 | 0 | 1001 | 10010 | 1110 | 11111 | 100100 | 1001110 |
Color Harmonies of #DCC9B4
Complementary color
Monochromatic Colors of #DCC9B4
Black with #DCC9B4
Text Example
Text Example
White with #DCC9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC9B4; }
p { color: rgb(220,201,180); }
H1.HeaderClassName
{
color: #DCC9B4;
}
.AnyTagClassName
{
color: #DCC9B4;
}
</style>
background-color css
<style>
a { background-color: #DCC9B4; }
a { background-color: rgb(220,201,180); }
div.DivClassName
{
background-color: #DCC9B4;
}
.BgClassName
{
background-color: #DCC9B4;
}
</style>
border-color css
<style>
span { border-color: #DCC9B4; }
span { border-color: rgb(220,201,180); }
td.TdClassName
{
border-color: #DCC9B4;
}
.TagClassName
{
border-color: #DCC9B4;
}
</style>