#DDC3BD

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

Shades of Dust Storm #DDC3BD

Tints of Dust Storm #DDC3BD

Color information

#DDC3BD (or 0xDDC3BD) is unknown color: approx Dust Storm. HEX triplet: DD, C3 and BD. RGB value is (221,195,189). Sum of RGB (Red+Green+Blue) = 221+195+189=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC3BD is #223C42. Grayscale: #CACACA. Windows color (decimal): -2243651 or 12436445. OLE color: 12436445.

HSL color Cylindrical-coordinate representation of color #DDC3BD: hue angle of 11.25º 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 #DDC3BD is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221195189-
CMYK00.120.140.13
HSL11.25º32%80.39%-
HSV(B)11.25º14.48%86.67%-
XYZ58.5258.0856.27-
YUV202.09120.61141.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 195 (76.56% from 255) = 32.23%
BLUE value IS 189 (74.22% from 255) = 31.24%
R=36.53%
G=32.23%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119518900.120.140.1311.253280.39
HexDDC3BD0CEDb2050
Octal33530327501416151340120
Binary110111011100001110111101011001110110110111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC3BD; }

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

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

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

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

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

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

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

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