#DDC6BE

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

Shades of Dust Storm #DDC6BE

Tints of Dust Storm #DDC6BE

Color information

#DDC6BE (or 0xDDC6BE) is unknown color: approx Dust Storm. HEX triplet: DD, C6 and BE. RGB value is (221,198,190). Sum of RGB (Red+Green+Blue) = 221+198+190=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6BE is #223941. Grayscale: #CCCCCC. Windows color (decimal): -2242882 or 12502749. OLE color: 12502749.

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

Color convert

RGB221198190-
CMYK00.100.140.13
HSL15.48º31.31%80.59%-
HSV(B)15.48º14.03%86.67%-
XYZ59.3159.4857.07-
YUV203.96120.12140.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 198 (77.73% from 255) = 32.51%
BLUE value IS 190 (74.61% from 255) = 31.20%
R=36.29%
G=32.51%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119819000.100.140.1315.4831.3180.59
HexDDC6BE0AEDf1f51
Octal33530627601216151737121
Binary11011101110001101011111001010111011011111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6BE; }

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

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

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

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

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

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

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

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