#DDC3BE

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

Shades of Dust Storm #DDC3BE

Tints of Dust Storm #DDC3BE

Color information

#DDC3BE (or 0xDDC3BE) is unknown color: approx Dust Storm. HEX triplet: DD, C3 and BE. RGB value is (221,195,190). Sum of RGB (Red+Green+Blue) = 221+195+190=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 195 (76.56% from 255 or 32.18% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC3BE is #223C41. Grayscale: #CACACA. Windows color (decimal): -2243650 or 12501981. OLE color: 12501981.

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

Color convert

RGB221195190-
CMYK00.120.140.13
HSL9.68º31.31%80.59%-
HSV(B)9.68º14.03%86.67%-
XYZ58.6358.1256.84-
YUV202.2121.11141.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.47%
GREEN value IS 195 (76.56% from 255) = 32.18%
BLUE value IS 190 (74.61% from 255) = 31.35%
R=36.47%
G=32.18%
B=31.35%

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
Decimal22119519000.120.140.139.6831.3180.59
HexDDC3BE0CEDa1f51
Octal33530327601416151237121
Binary11011101110000111011111001100111011011010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC3BE; }

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

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

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

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

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

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

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

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