Shades of Dust Storm #DCC2BD
Tints of Dust Storm #DCC2BD
RGB
CMYK
RGB Variations
Color information
#DCC2BD (or 0xDCC2BD) is known color: Dust Storm. HEX triplet: DC, C2 and BD. RGB value is (220,194,189). Sum of RGB (Red+Green+Blue) = 220+194+189=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2BD is #233D42. Grayscale: #C9C9C9. Windows color (decimal): -2309443 or 12436188. OLE color: 12436188.
HSL color Cylindrical-coordinate representation of color #DCC2BD: hue angle of 9.68º degrees, saturation: 0.31, 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 #DCC2BD is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 189 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.14 |
| HSL | 9.68º | 0.31% | 0.8% | - |
| HSV(B) | 9.68º | 0.14% | 0.86% | - |
| XYZ | 57.99 | 57.47 | 56.18 | - |
| YUV | 201.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 189 | 0 | 0.12 | 0.14 | 0.14 | 9.68 | 0.31 | 0.8 |
| Hex | DC | C2 | BD | 0 | C | E | E | A | 1F | 50 |
| Octal | 334 | 302 | 275 | 0 | 14 | 16 | 16 | 12 | 37 | 120 |
| Binary | 11011100 | 11000010 | 10111101 | 0 | 1100 | 1110 | 1110 | 1010 | 11111 | 1010000 |
Color Harmonies of #DCC2BD
Complementary color
Monochromatic Colors of #DCC2BD
Black with #DCC2BD
Text Example
Text Example
White with #DCC2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2BD; }
p { color: rgb(220,194,189); }
H1.HeaderClassName
{
color: #DCC2BD;
}
.AnyTagClassName
{
color: #DCC2BD;
}
</style>
background-color css
<style>
a { background-color: #DCC2BD; }
a { background-color: rgb(220,194,189); }
div.DivClassName
{
background-color: #DCC2BD;
}
.BgClassName
{
background-color: #DCC2BD;
}
</style>
border-color css
<style>
span { border-color: #DCC2BD; }
span { border-color: rgb(220,194,189); }
td.TdClassName
{
border-color: #DCC2BD;
}
.TagClassName
{
border-color: #DCC2BD;
}
</style>