Shades of Dust Storm #DCCAC1
Tints of Dust Storm #DCCAC1
RGB
CMYK
RGB Variations
Color information
#DCCAC1 (or 0xDCCAC1) is known color: Dust Storm. HEX triplet: DC, CA and C1. RGB value is (220,202,193). Sum of RGB (Red+Green+Blue) = 220+202+193=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAC1 is #23353E. Grayscale: #CECECE. Windows color (decimal): -2307391 or 12700380. OLE color: 12700380.
HSL color Cylindrical-coordinate representation of color #DCCAC1: hue angle of 20º 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 #DCCAC1 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 193 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.14 |
| HSL | 20º | 0.28% | 0.81% | - |
| HSV(B) | 20º | 0.12% | 0.86% | - |
| XYZ | 60.26 | 61.31 | 59.11 | - |
| YUV | 206.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 193 | 0 | 0.08 | 0.12 | 0.14 | 20 | 0.28 | 0.81 |
| Hex | DC | CA | C1 | 0 | 8 | C | E | 14 | 1C | 51 |
| Octal | 334 | 312 | 301 | 0 | 10 | 14 | 16 | 24 | 34 | 121 |
| Binary | 11011100 | 11001010 | 11000001 | 0 | 1000 | 1100 | 1110 | 10100 | 11100 | 1010001 |
Color Harmonies of #DCCAC1
Complementary color
Monochromatic Colors of #DCCAC1
Black with #DCCAC1
Text Example
Text Example
White with #DCCAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAC1; }
p { color: rgb(220,202,193); }
H1.HeaderClassName
{
color: #DCCAC1;
}
.AnyTagClassName
{
color: #DCCAC1;
}
</style>
background-color css
<style>
a { background-color: #DCCAC1; }
a { background-color: rgb(220,202,193); }
div.DivClassName
{
background-color: #DCCAC1;
}
.BgClassName
{
background-color: #DCCAC1;
}
</style>
border-color css
<style>
span { border-color: #DCCAC1; }
span { border-color: rgb(220,202,193); }
td.TdClassName
{
border-color: #DCCAC1;
}
.TagClassName
{
border-color: #DCCAC1;
}
</style>