Shades of Dust Storm #DCC4BF
Tints of Dust Storm #DCC4BF
RGB
CMYK
RGB Variations
Color information
#DCC4BF (or 0xDCC4BF) is known color: Dust Storm. HEX triplet: DC, C4 and BF. RGB value is (220,196,191). Sum of RGB (Red+Green+Blue) = 220+196+191=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4BF is #233B40. Grayscale: #CACACA. Windows color (decimal): -2308929 or 12567772. OLE color: 12567772.
HSL color Cylindrical-coordinate representation of color #DCC4BF: hue angle of 10.34º 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 #DCC4BF is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 191 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.14 |
| HSL | 10.34º | 0.29% | 0.81% | - |
| HSV(B) | 10.34º | 0.13% | 0.86% | - |
| XYZ | 58.66 | 58.46 | 57.48 | - |
| YUV | 202.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 191 | 0 | 0.11 | 0.13 | 0.14 | 10.34 | 0.29 | 0.81 |
| Hex | DC | C4 | BF | 0 | B | D | E | A | 1D | 51 |
| Octal | 334 | 304 | 277 | 0 | 13 | 15 | 16 | 12 | 35 | 121 |
| Binary | 11011100 | 11000100 | 10111111 | 0 | 1011 | 1101 | 1110 | 1010 | 11101 | 1010001 |
Color Harmonies of #DCC4BF
Complementary color
Monochromatic Colors of #DCC4BF
Black with #DCC4BF
Text Example
Text Example
White with #DCC4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC4BF; }
p { color: rgb(220,196,191); }
H1.HeaderClassName
{
color: #DCC4BF;
}
.AnyTagClassName
{
color: #DCC4BF;
}
</style>
background-color css
<style>
a { background-color: #DCC4BF; }
a { background-color: rgb(220,196,191); }
div.DivClassName
{
background-color: #DCC4BF;
}
.BgClassName
{
background-color: #DCC4BF;
}
</style>
border-color css
<style>
span { border-color: #DCC4BF; }
span { border-color: rgb(220,196,191); }
td.TdClassName
{
border-color: #DCC4BF;
}
.TagClassName
{
border-color: #DCC4BF;
}
</style>