#DCC5B9

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

Shades of Dust Storm #DCC5B9

Tints of Dust Storm #DCC5B9

Color information

#DCC5B9 (or 0xDCC5B9) is unknown color: approx Dust Storm. HEX triplet: DC, C5 and B9. RGB value is (220,197,185). Sum of RGB (Red+Green+Blue) = 220+197+185=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 185 (72.66% from 255 or 30.73% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5B9 is #233A46. Grayscale: #CACACA. Windows color (decimal): -2308679 or 12174812. OLE color: 12174812.

HSL color Cylindrical-coordinate representation of color #DCC5B9: hue angle of 20.57º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCC5B9 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB220197185-
CMYK00.100.160.14
HSL20.57º33.33%79.41%-
HSV(B)20.57º15.91%86.27%-
XYZ58.2458.6554.15-
YUV202.51118.12140.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 197 (77.34% from 255) = 32.72%
BLUE value IS 185 (72.66% from 255) = 30.73%
R=36.54%
G=32.72%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019718500.100.160.1420.5733.3379.41
HexDCC5B90A10E15214f
Octal33430527101220162541117
Binary11011100110001011011100101010100001110101011000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC5B9; }

 p { color: rgb(220,197,185); }

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

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

 a { background-color: rgb(220,197,185); }

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

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

 span { border-color: rgb(220,197,185); }

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