#DCC4BA

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

Shades of Dust Storm #DCC4BA

Tints of Dust Storm #DCC4BA

Color information

#DCC4BA (or 0xDCC4BA) is unknown color: approx Dust Storm. HEX triplet: DC, C4 and BA. RGB value is (220,196,186). Sum of RGB (Red+Green+Blue) = 220+196+186=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 196 (76.95% from 255 or 32.56% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4BA is #233B45. Grayscale: #CACACA. Windows color (decimal): -2308934 or 12240092. OLE color: 12240092.

HSL color Cylindrical-coordinate representation of color #DCC4BA: hue angle of 17.65º degrees, saturation: 0.33, 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 #DCC4BA is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB220196186-
CMYK00.110.150.14
HSL17.65º32.69%79.61%-
HSV(B)17.65º15.45%86.27%-
XYZ58.1258.2454.63-
YUV202.04118.95140.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 196 (76.95% from 255) = 32.56%
BLUE value IS 186 (73.05% from 255) = 30.90%
R=36.54%
G=32.56%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019618600.110.150.1417.6532.6979.61
HexDCC4BA0BFE122150
Octal33430427201317162241120
Binary1101110011000100101110100101111111110100101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4BA; }

 p { color: rgb(220,196,186); }

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

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

 a { background-color: rgb(220,196,186); }

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

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

 span { border-color: rgb(220,196,186); }

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