#DDC3BB

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

Shades of Dust Storm #DDC3BB

Tints of Dust Storm #DDC3BB

Color information

#DDC3BB (or 0xDDC3BB) is unknown color: approx Dust Storm. HEX triplet: DD, C3 and BB. RGB value is (221,195,187). Sum of RGB (Red+Green+Blue) = 221+195+187=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 195 (76.56% from 255 or 32.34% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC3BB is #223C44. Grayscale: #C9C9C9. Windows color (decimal): -2243653 or 12305373. OLE color: 12305373.

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

Color convert

RGB221195187-
CMYK00.120.150.13
HSL14.12º33.33%80%-
HSV(B)14.12º15.38%86.67%-
XYZ58.357.9955.13-
YUV201.86119.61141.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.65%
GREEN value IS 195 (76.56% from 255) = 32.34%
BLUE value IS 187 (73.44% from 255) = 31.01%
R=36.65%
G=32.34%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119518700.120.150.1314.1233.3380
HexDDC3BB0CFDe2150
Octal33530327301417151641120
Binary110111011100001110111011011001111110111101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC3BB; }

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

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

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

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

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

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

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

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