Shades of Dust Storm #DDC4C0
Tints of Dust Storm #DDC4C0
RGB
CMYK
RGB Variations
Color information
#DDC4C0 (or 0xDDC4C0) is known color: Dust Storm. HEX triplet: DD, C4 and C0. RGB value is (221,196,192). Sum of RGB (Red+Green+Blue) = 221+196+192=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4C0 is #223B3F. Grayscale: #CBCBCB. Windows color (decimal): -2243392 or 12633309. OLE color: 12633309.
HSL color Cylindrical-coordinate representation of color #DDC4C0: hue angle of 8.28º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDC4C0 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 196 | 192 | - |
CMYK | 0 | 0.11 | 0.13 | 0.13 |
HSL | 8.28º | 0.3% | 0.81% | - |
HSV(B) | 8.28º | 0.13% | 0.87% | - |
XYZ | 59.07 | 58.66 | 58.08 | - |
YUV | 203.02 | 121.78 | 140.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 196 | 192 | 0 | 0.11 | 0.13 | 0.13 | 8.28 | 0.3 | 0.81 |
Hex | DD | C4 | C0 | 0 | B | D | D | 8 | 1E | 51 |
Octal | 335 | 304 | 300 | 0 | 13 | 15 | 15 | 10 | 36 | 121 |
Binary | 11011101 | 11000100 | 11000000 | 0 | 1011 | 1101 | 1101 | 1000 | 11110 | 1010001 |
Color Harmonies of #DDC4C0
Complementary color
Monochromatic Colors of #DDC4C0
Black with #DDC4C0
Text Example
Text Example
White with #DDC4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC4C0; }
p { color: rgb(221,196,192); }
H1.HeaderClassName
{
color: #DDC4C0;
}
.AnyTagClassName
{
color: #DDC4C0;
}
</style>
background-color css
<style>
a { background-color: #DDC4C0; }
a { background-color: rgb(221,196,192); }
div.DivClassName
{
background-color: #DDC4C0;
}
.BgClassName
{
background-color: #DDC4C0;
}
</style>
border-color css
<style>
span { border-color: #DDC4C0; }
span { border-color: rgb(221,196,192); }
td.TdClassName
{
border-color: #DDC4C0;
}
.TagClassName
{
border-color: #DDC4C0;
}
</style>