Shades of Dust Storm #DCC7C2
Tints of Dust Storm #DCC7C2
RGB
CMYK
RGB Variations
Color information
#DCC7C2 (or 0xDCC7C2) is known color: Dust Storm. HEX triplet: DC, C7 and C2. RGB value is (220,199,194). Sum of RGB (Red+Green+Blue) = 220+199+194=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7C2 is #23383D. Grayscale: #CCCCCC. Windows color (decimal): -2308158 or 12765148. OLE color: 12765148.
HSL color Cylindrical-coordinate representation of color #DCC7C2: hue angle of 11.54º degrees, saturation: 0.27, 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 #DCC7C2 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 194 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.14 |
| HSL | 11.54º | 0.27% | 0.81% | - |
| HSV(B) | 11.54º | 0.12% | 0.86% | - |
| XYZ | 59.68 | 59.96 | 59.47 | - |
| YUV | 204.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 194 | 0 | 0.10 | 0.12 | 0.14 | 11.54 | 0.27 | 0.81 |
| Hex | DC | C7 | C2 | 0 | A | C | E | C | 1B | 51 |
| Octal | 334 | 307 | 302 | 0 | 12 | 14 | 16 | 14 | 33 | 121 |
| Binary | 11011100 | 11000111 | 11000010 | 0 | 1010 | 1100 | 1110 | 1100 | 11011 | 1010001 |
Color Harmonies of #DCC7C2
Complementary color
Monochromatic Colors of #DCC7C2
Black with #DCC7C2
Text Example
Text Example
White with #DCC7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7C2; }
p { color: rgb(220,199,194); }
H1.HeaderClassName
{
color: #DCC7C2;
}
.AnyTagClassName
{
color: #DCC7C2;
}
</style>
background-color css
<style>
a { background-color: #DCC7C2; }
a { background-color: rgb(220,199,194); }
div.DivClassName
{
background-color: #DCC7C2;
}
.BgClassName
{
background-color: #DCC7C2;
}
</style>
border-color css
<style>
span { border-color: #DCC7C2; }
span { border-color: rgb(220,199,194); }
td.TdClassName
{
border-color: #DCC7C2;
}
.TagClassName
{
border-color: #DCC7C2;
}
</style>