Shades of Dust Storm #DCC7C3
Tints of Dust Storm #DCC7C3
RGB
CMYK
RGB Variations
Color information
#DCC7C3 (or 0xDCC7C3) is known color: Dust Storm. HEX triplet: DC, C7 and C3. RGB value is (220,199,195). Sum of RGB (Red+Green+Blue) = 220+199+195=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 199 (78.12% from 255 or 32.41% from 614); Blue value is 195 (76.56% from 255 or 31.76% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7C3 is #23383C. Grayscale: #CCCCCC. Windows color (decimal): -2308157 or 12830684. OLE color: 12830684.
HSL color Cylindrical-coordinate representation of color #DCC7C3: hue angle of 9.6º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCC7C3 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 195 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.14 |
| HSL | 9.6º | 0.26% | 0.81% | - |
| HSV(B) | 9.6º | 0.11% | 0.86% | - |
| XYZ | 59.79 | 60 | 60.06 | - |
| YUV | 204.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 195 | 0 | 0.10 | 0.11 | 0.14 | 9.6 | 0.26 | 0.81 |
| Hex | DC | C7 | C3 | 0 | A | B | E | A | 1A | 51 |
| Octal | 334 | 307 | 303 | 0 | 12 | 13 | 16 | 12 | 32 | 121 |
| Binary | 11011100 | 11000111 | 11000011 | 0 | 1010 | 1011 | 1110 | 1010 | 11010 | 1010001 |
Color Harmonies of #DCC7C3
Complementary color
Monochromatic Colors of #DCC7C3
Black with #DCC7C3
Text Example
Text Example
White with #DCC7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7C3; }
p { color: rgb(220,199,195); }
H1.HeaderClassName
{
color: #DCC7C3;
}
.AnyTagClassName
{
color: #DCC7C3;
}
</style>
background-color css
<style>
a { background-color: #DCC7C3; }
a { background-color: rgb(220,199,195); }
div.DivClassName
{
background-color: #DCC7C3;
}
.BgClassName
{
background-color: #DCC7C3;
}
</style>
border-color css
<style>
span { border-color: #DCC7C3; }
span { border-color: rgb(220,199,195); }
td.TdClassName
{
border-color: #DCC7C3;
}
.TagClassName
{
border-color: #DCC7C3;
}
</style>