Shades of Dust Storm #DCCAC2
Tints of Dust Storm #DCCAC2
RGB
CMYK
RGB Variations
Color information
#DCCAC2 (or 0xDCCAC2) is known color: Dust Storm. HEX triplet: DC, CA and C2. RGB value is (220,202,194). Sum of RGB (Red+Green+Blue) = 220+202+194=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAC2 is #23353D. Grayscale: #CECECE. Windows color (decimal): -2307390 or 12765916. OLE color: 12765916.
HSL color Cylindrical-coordinate representation of color #DCCAC2: hue angle of 18.46º 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 #DCCAC2 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 202 | 194 | - |
CMYK | 0 | 0.08 | 0.12 | 0.14 |
HSL | 18.46º | 0.27% | 0.81% | - |
HSV(B) | 18.46º | 0.12% | 0.86% | - |
XYZ | 60.37 | 61.35 | 59.7 | - |
YUV | 206.47 | 120.96 | 137.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 202 | 194 | 0 | 0.08 | 0.12 | 0.14 | 18.46 | 0.27 | 0.81 |
Hex | DC | CA | C2 | 0 | 8 | C | E | 12 | 1B | 51 |
Octal | 334 | 312 | 302 | 0 | 10 | 14 | 16 | 22 | 33 | 121 |
Binary | 11011100 | 11001010 | 11000010 | 0 | 1000 | 1100 | 1110 | 10010 | 11011 | 1010001 |
Color Harmonies of #DCCAC2
Complementary color
Monochromatic Colors of #DCCAC2
Black with #DCCAC2
Text Example
Text Example
White with #DCCAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAC2; }
p { color: rgb(220,202,194); }
H1.HeaderClassName
{
color: #DCCAC2;
}
.AnyTagClassName
{
color: #DCCAC2;
}
</style>
background-color css
<style>
a { background-color: #DCCAC2; }
a { background-color: rgb(220,202,194); }
div.DivClassName
{
background-color: #DCCAC2;
}
.BgClassName
{
background-color: #DCCAC2;
}
</style>
border-color css
<style>
span { border-color: #DCCAC2; }
span { border-color: rgb(220,202,194); }
td.TdClassName
{
border-color: #DCCAC2;
}
.TagClassName
{
border-color: #DCCAC2;
}
</style>