Shades of Dust Storm #DCCAC3
Tints of Dust Storm #DCCAC3
RGB
CMYK
RGB Variations
Color information
#DCCAC3 (or 0xDCCAC3) is known color: Dust Storm. HEX triplet: DC, CA and C3. RGB value is (220,202,195). Sum of RGB (Red+Green+Blue) = 220+202+195=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 195 (76.56% from 255 or 31.60% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAC3 is #23353C. Grayscale: #CECECE. Windows color (decimal): -2307389 or 12831452. OLE color: 12831452.
HSL color Cylindrical-coordinate representation of color #DCCAC3: hue angle of 16.8º 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 #DCCAC3 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 202 | 195 | - |
CMYK | 0 | 0.08 | 0.11 | 0.14 |
HSL | 16.8º | 0.26% | 0.81% | - |
HSV(B) | 16.8º | 0.11% | 0.86% | - |
XYZ | 60.49 | 61.4 | 60.29 | - |
YUV | 206.58 | 121.46 | 137.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 202 | 195 | 0 | 0.08 | 0.11 | 0.14 | 16.8 | 0.26 | 0.81 |
Hex | DC | CA | C3 | 0 | 8 | B | E | 11 | 1A | 51 |
Octal | 334 | 312 | 303 | 0 | 10 | 13 | 16 | 21 | 32 | 121 |
Binary | 11011100 | 11001010 | 11000011 | 0 | 1000 | 1011 | 1110 | 10001 | 11010 | 1010001 |
Color Harmonies of #DCCAC3
Complementary color
Monochromatic Colors of #DCCAC3
Black with #DCCAC3
Text Example
Text Example
White with #DCCAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAC3; }
p { color: rgb(220,202,195); }
H1.HeaderClassName
{
color: #DCCAC3;
}
.AnyTagClassName
{
color: #DCCAC3;
}
</style>
background-color css
<style>
a { background-color: #DCCAC3; }
a { background-color: rgb(220,202,195); }
div.DivClassName
{
background-color: #DCCAC3;
}
.BgClassName
{
background-color: #DCCAC3;
}
</style>
border-color css
<style>
span { border-color: #DCCAC3; }
span { border-color: rgb(220,202,195); }
td.TdClassName
{
border-color: #DCCAC3;
}
.TagClassName
{
border-color: #DCCAC3;
}
</style>