#DDC8BB

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

Shades of Dust Storm #DDC8BB

Tints of Dust Storm #DDC8BB

Color information

#DDC8BB (or 0xDDC8BB) is unknown color: approx Dust Storm. HEX triplet: DD, C8 and BB. RGB value is (221,200,187). Sum of RGB (Red+Green+Blue) = 221+200+187=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 200 (78.52% from 255 or 32.89% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8BB is #223744. Grayscale: #CCCCCC. Windows color (decimal): -2242373 or 12306653. OLE color: 12306653.

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

Color convert

RGB221200187-
CMYK00.100.150.13
HSL22.94º33.33%80%-
HSV(B)22.94º15.38%86.67%-
XYZ59.4460.2755.51-
YUV204.8117.96139.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 200 (78.52% from 255) = 32.89%
BLUE value IS 187 (73.44% from 255) = 30.76%
R=36.35%
G=32.89%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120018700.100.150.1322.9433.3380
HexDDC8BB0AFD172150
Octal33531027301217152741120
Binary1101110111001000101110110101011111101101111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC8BB; }

 p { color: rgb(221,200,187); }

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

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

 a { background-color: rgb(221,200,187); }

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

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

 span { border-color: rgb(221,200,187); }

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