Shades of Dust Storm #DCC7BF
Tints of Dust Storm #DCC7BF
RGB
CMYK
RGB Variations
Color information
#DCC7BF (or 0xDCC7BF) is known color: Dust Storm. HEX triplet: DC, C7 and BF. RGB value is (220,199,191). Sum of RGB (Red+Green+Blue) = 220+199+191=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7BF is #233840. Grayscale: #CCCCCC. Windows color (decimal): -2308161 or 12568540. OLE color: 12568540.
HSL color Cylindrical-coordinate representation of color #DCC7BF: hue angle of 16.55º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCC7BF is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 191 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.14 |
| HSL | 16.55º | 0.29% | 0.81% | - |
| HSV(B) | 16.55º | 0.13% | 0.86% | - |
| XYZ | 59.34 | 59.82 | 57.71 | - |
| YUV | 204.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 191 | 0 | 0.10 | 0.13 | 0.14 | 16.55 | 0.29 | 0.81 |
| Hex | DC | C7 | BF | 0 | A | D | E | 11 | 1D | 51 |
| Octal | 334 | 307 | 277 | 0 | 12 | 15 | 16 | 21 | 35 | 121 |
| Binary | 11011100 | 11000111 | 10111111 | 0 | 1010 | 1101 | 1110 | 10001 | 11101 | 1010001 |
Color Harmonies of #DCC7BF
Complementary color
Monochromatic Colors of #DCC7BF
Black with #DCC7BF
Text Example
Text Example
White with #DCC7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7BF; }
p { color: rgb(220,199,191); }
H1.HeaderClassName
{
color: #DCC7BF;
}
.AnyTagClassName
{
color: #DCC7BF;
}
</style>
background-color css
<style>
a { background-color: #DCC7BF; }
a { background-color: rgb(220,199,191); }
div.DivClassName
{
background-color: #DCC7BF;
}
.BgClassName
{
background-color: #DCC7BF;
}
</style>
border-color css
<style>
span { border-color: #DCC7BF; }
span { border-color: rgb(220,199,191); }
td.TdClassName
{
border-color: #DCC7BF;
}
.TagClassName
{
border-color: #DCC7BF;
}
</style>