Shades of Dust Storm #DCC4BE
Tints of Dust Storm #DCC4BE
RGB
CMYK
RGB Variations
Color information
#DCC4BE (or 0xDCC4BE) is known color: Dust Storm. HEX triplet: DC, C4 and BE. RGB value is (220,196,190). Sum of RGB (Red+Green+Blue) = 220+196+190=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 196 (76.95% from 255 or 32.34% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4BE is #233B41. Grayscale: #CACACA. Windows color (decimal): -2308930 or 12502236. OLE color: 12502236.
HSL color Cylindrical-coordinate representation of color #DCC4BE: hue angle of 12º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCC4BE is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 190 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.14 |
| HSL | 12º | 0.3% | 0.8% | - |
| HSV(B) | 12º | 0.14% | 0.86% | - |
| XYZ | 58.55 | 58.41 | 56.9 | - |
| YUV | 202.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 190 | 0 | 0.11 | 0.14 | 0.14 | 12 | 0.3 | 0.8 |
| Hex | DC | C4 | BE | 0 | B | E | E | C | 1E | 50 |
| Octal | 334 | 304 | 276 | 0 | 13 | 16 | 16 | 14 | 36 | 120 |
| Binary | 11011100 | 11000100 | 10111110 | 0 | 1011 | 1110 | 1110 | 1100 | 11110 | 1010000 |
Color Harmonies of #DCC4BE
Complementary color
Monochromatic Colors of #DCC4BE
Black with #DCC4BE
Text Example
Text Example
White with #DCC4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC4BE; }
p { color: rgb(220,196,190); }
H1.HeaderClassName
{
color: #DCC4BE;
}
.AnyTagClassName
{
color: #DCC4BE;
}
</style>
background-color css
<style>
a { background-color: #DCC4BE; }
a { background-color: rgb(220,196,190); }
div.DivClassName
{
background-color: #DCC4BE;
}
.BgClassName
{
background-color: #DCC4BE;
}
</style>
border-color css
<style>
span { border-color: #DCC4BE; }
span { border-color: rgb(220,196,190); }
td.TdClassName
{
border-color: #DCC4BE;
}
.TagClassName
{
border-color: #DCC4BE;
}
</style>