#DDC9C5

Color #DDC9C5 Dust Storm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dust Storm #DDC9C5

Tints of Dust Storm #DDC9C5

Color information

#DDC9C5 (or 0xDDC9C5) is unknown color: approx 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

RGB221201197-
CMYK00.090.110.13
HSL10º26.09%81.96%-
HSV(B)10º10.86%86.67%-
XYZ60.7861.1861.43-
YUV206.52122.63138.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 201 (78.91% from 255) = 32.47%
BLUE value IS 197 (77.34% from 255) = 31.83%
R=35.70%
G=32.47%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120119700.090.110.131026.0981.96
HexDDC9C509BDa1a52
Octal33531130501113151232122
Binary11011101110010011100010101001101111011010110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>