#DDC5BD

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

Shades of Dust Storm #DDC5BD

Tints of Dust Storm #DDC5BD

Color information

#DDC5BD (or 0xDDC5BD) is unknown color: approx Dust Storm. HEX triplet: DD, C5 and BD. RGB value is (221,197,189). Sum of RGB (Red+Green+Blue) = 221+197+189=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5BD is #223A42. Grayscale: #CBCBCB. Windows color (decimal): -2243139 or 12436957. OLE color: 12436957.

HSL color Cylindrical-coordinate representation of color #DDC5BD: hue angle of 15º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDC5BD is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221197189-
CMYK00.110.140.13
HSL15º32%80.39%-
HSV(B)15º14.48%86.67%-
XYZ58.9758.9856.42-
YUV203.26119.95140.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.41%
GREEN value IS 197 (77.34% from 255) = 32.45%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=36.41%
G=32.45%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119718900.110.140.13153280.39
HexDDC5BD0BEDf2050
Octal33530527501316151740120
Binary110111011100010110111101010111110110111111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC5BD; }

 p { color: rgb(221,197,189); }

 H1.HeaderClassName
 {
   color: #DDC5BD;
 }
 .AnyTagClassName
 {
   color: #DDC5BD;
 }
</style>
background-color css

<style>
 a { background-color: #DDC5BD; }

 a { background-color: rgb(221,197,189); }

 div.DivClassName
 {
   background-color: #DDC5BD;
 }
 .BgClassName
 {
   background-color: #DDC5BD;
 }
</style>
border-color css

<style>
 span { border-color: #DDC5BD; }

 span { border-color: rgb(221,197,189); }

 td.TdClassName
 {
   border-color: #DDC5BD;
 }
 .TagClassName
 {
   border-color: #DDC5BD;
 }
</style>