Shades of Dust Storm #DCC5C1
Tints of Dust Storm #DCC5C1
RGB
CMYK
RGB Variations
Color information
#DCC5C1 (or 0xDCC5C1) is known color: Dust Storm. HEX triplet: DC, C5 and C1. RGB value is (220,197,193). Sum of RGB (Red+Green+Blue) = 220+197+193=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5C1 is #233A3E. Grayscale: #CBCBCB. Windows color (decimal): -2308671 or 12699100. OLE color: 12699100.
HSL color Cylindrical-coordinate representation of color #DCC5C1: hue angle of 8.89º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC5C1 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 193 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.14 |
| HSL | 8.89º | 0.28% | 0.81% | - |
| HSV(B) | 8.89º | 0.12% | 0.86% | - |
| XYZ | 59.11 | 59 | 58.72 | - |
| YUV | 203.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 193 | 0 | 0.10 | 0.12 | 0.14 | 8.89 | 0.28 | 0.81 |
| Hex | DC | C5 | C1 | 0 | A | C | E | 9 | 1C | 51 |
| Octal | 334 | 305 | 301 | 0 | 12 | 14 | 16 | 11 | 34 | 121 |
| Binary | 11011100 | 11000101 | 11000001 | 0 | 1010 | 1100 | 1110 | 1001 | 11100 | 1010001 |
Color Harmonies of #DCC5C1
Complementary color
Monochromatic Colors of #DCC5C1
Black with #DCC5C1
Text Example
Text Example
White with #DCC5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5C1; }
p { color: rgb(220,197,193); }
H1.HeaderClassName
{
color: #DCC5C1;
}
.AnyTagClassName
{
color: #DCC5C1;
}
</style>
background-color css
<style>
a { background-color: #DCC5C1; }
a { background-color: rgb(220,197,193); }
div.DivClassName
{
background-color: #DCC5C1;
}
.BgClassName
{
background-color: #DCC5C1;
}
</style>
border-color css
<style>
span { border-color: #DCC5C1; }
span { border-color: rgb(220,197,193); }
td.TdClassName
{
border-color: #DCC5C1;
}
.TagClassName
{
border-color: #DCC5C1;
}
</style>