#DDC7B9

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

Shades of Dust Storm #DDC7B9

Tints of Dust Storm #DDC7B9

Color information

#DDC7B9 (or 0xDDC7B9) is unknown color: approx Dust Storm. HEX triplet: DD, C7 and B9. RGB value is (221,199,185). Sum of RGB (Red+Green+Blue) = 221+199+185=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 185 (72.66% from 255 or 30.58% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7B9 is #223846. Grayscale: #CCCCCC. Windows color (decimal): -2242631 or 12175325. OLE color: 12175325.

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

Color convert

RGB221199185-
CMYK00.100.160.13
HSL23.33º34.62%79.61%-
HSV(B)23.33º16.29%86.67%-
XYZ5959.7254.32-
YUV203.98117.29140.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 199 (78.12% from 255) = 32.89%
BLUE value IS 185 (72.66% from 255) = 30.58%
R=36.53%
G=32.89%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119918500.100.160.1323.3334.6279.61
HexDDC7B90A10D172350
Octal33530727101220152743120
Binary11011101110001111011100101010100001101101111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC7B9; }

 p { color: rgb(221,199,185); }

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

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

 a { background-color: rgb(221,199,185); }

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

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

 span { border-color: rgb(221,199,185); }

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