#DCC4BF

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

Shades of Dust Storm #DCC4BF

Tints of Dust Storm #DCC4BF

Color information

#DCC4BF (or 0xDCC4BF) is unknown color: approx Dust Storm. HEX triplet: DC, C4 and BF. RGB value is (220,196,191). Sum of RGB (Red+Green+Blue) = 220+196+191=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4BF is #233B40. Grayscale: #CACACA. Windows color (decimal): -2308929 or 12567772. OLE color: 12567772.

HSL color Cylindrical-coordinate representation of color #DCC4BF: hue angle of 10.34º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCC4BF is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB220196191-
CMYK00.110.130.14
HSL10.34º29.29%80.59%-
HSV(B)10.34º13.18%86.27%-
XYZ58.6658.4657.48-
YUV202.61121.45140.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 196 (76.95% from 255) = 32.29%
BLUE value IS 191 (75% from 255) = 31.47%
R=36.24%
G=32.29%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019619100.110.130.1410.3429.2980.59
HexDCC4BF0BDEa1d51
Octal33430427701315161235121
Binary11011100110001001011111101011110111101010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4BF; }

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

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

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

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

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

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

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

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