#DDC5BF

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

Shades of Dust Storm #DDC5BF

Tints of Dust Storm #DDC5BF

Color information

#DDC5BF (or 0xDDC5BF) is unknown color: approx Dust Storm. HEX triplet: DD, C5 and BF. RGB value is (221,197,191). Sum of RGB (Red+Green+Blue) = 221+197+191=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5BF is #223A40. Grayscale: #CBCBCB. Windows color (decimal): -2243137 or 12568029. OLE color: 12568029.

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

Color convert

RGB221197191-
CMYK00.110.140.13
HSL12º30.61%80.78%-
HSV(B)12º13.57%86.67%-
XYZ59.1959.0757.57-
YUV203.49120.95140.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 197 (77.34% from 255) = 32.35%
BLUE value IS 191 (75% from 255) = 31.36%
R=36.29%
G=32.35%
B=31.36%

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
Decimal22119719100.110.140.131230.6180.78
HexDDC5BF0BEDc1f51
Octal33530527701316151437121
Binary11011101110001011011111101011111011011100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC5BF; }

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

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

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

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

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

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

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

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