Shades of Dust Storm #DDC9C5
Tints of Dust Storm #DDC9C5
RGB
CMYK
RGB Variations
Color information
#DDC9C5 (or 0xDDC9C5) is known color: Dust Storm. HEX triplet: DD, C9 and C5. RGB value is (221,201,197). Sum of RGB (Red+Green+Blue) = 221+201+197=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9C5 is #22363A. Grayscale: #CECECE. Windows color (decimal): -2242107 or 12962269. OLE color: 12962269.
HSL color Cylindrical-coordinate representation of color #DDC9C5: hue angle of 10º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDC9C5 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 201 | 197 | - |
CMYK | 0 | 0.09 | 0.11 | 0.13 |
HSL | 10º | 0.26% | 0.82% | - |
HSV(B) | 10º | 0.11% | 0.87% | - |
XYZ | 60.78 | 61.18 | 61.43 | - |
YUV | 206.52 | 122.63 | 138.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 201 | 197 | 0 | 0.09 | 0.11 | 0.13 | 10 | 0.26 | 0.82 |
Hex | DD | C9 | C5 | 0 | 9 | B | D | A | 1A | 52 |
Octal | 335 | 311 | 305 | 0 | 11 | 13 | 15 | 12 | 32 | 122 |
Binary | 11011101 | 11001001 | 11000101 | 0 | 1001 | 1011 | 1101 | 1010 | 11010 | 1010010 |
Color Harmonies of #DDC9C5
Complementary color
Monochromatic Colors of #DDC9C5
Black with #DDC9C5
Text Example
Text Example
White with #DDC9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC9C5; }
p { color: rgb(221,201,197); }
H1.HeaderClassName
{
color: #DDC9C5;
}
.AnyTagClassName
{
color: #DDC9C5;
}
</style>
background-color css
<style>
a { background-color: #DDC9C5; }
a { background-color: rgb(221,201,197); }
div.DivClassName
{
background-color: #DDC9C5;
}
.BgClassName
{
background-color: #DDC9C5;
}
</style>
border-color css
<style>
span { border-color: #DDC9C5; }
span { border-color: rgb(221,201,197); }
td.TdClassName
{
border-color: #DDC9C5;
}
.TagClassName
{
border-color: #DDC9C5;
}
</style>