#DDC4C0

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

Shades of Dust Storm #DDC4C0

Tints of Dust Storm #DDC4C0

Color information

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

RGB221196192-
CMYK00.110.130.13
HSL8.28º29.9%80.98%-
HSV(B)8.28º13.12%86.67%-
XYZ59.0758.6658.08-
YUV203.02121.78140.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 196 (76.95% from 255) = 32.18%
BLUE value IS 192 (75.39% from 255) = 31.53%
R=36.29%
G=32.18%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119619200.110.130.138.2829.980.98
HexDDC4C00BDD81e51
Octal33530430001315151036121
Binary11011101110001001100000001011110111011000111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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