#DCC5BB

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

Shades of Dust Storm #DCC5BB

Tints of Dust Storm #DCC5BB

Color information

#DCC5BB (or 0xDCC5BB) is unknown color: approx Dust Storm. HEX triplet: DC, C5 and BB. RGB value is (220,197,187). Sum of RGB (Red+Green+Blue) = 220+197+187=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5BB is #233A44. Grayscale: #CACACA. Windows color (decimal): -2308677 or 12305884. OLE color: 12305884.

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

Color convert

RGB220197187-
CMYK00.100.150.14
HSL18.18º32.04%79.8%-
HSV(B)18.18º15%86.27%-
XYZ58.4558.7455.27-
YUV202.74119.12140.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.42%
GREEN value IS 197 (77.34% from 255) = 32.62%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=36.42%
G=32.62%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019718700.100.150.1418.1832.0479.8
HexDCC5BB0AFE122050
Octal33430527301217162240120
Binary1101110011000101101110110101011111110100101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC5BB; }

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

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

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

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

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

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

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

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