#DCC4B9

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

Shades of Dust Storm #DCC4B9

Tints of Dust Storm #DCC4B9

Color information

#DCC4B9 (or 0xDCC4B9) is unknown color: approx Dust Storm. HEX triplet: DC, C4 and B9. RGB value is (220,196,185). Sum of RGB (Red+Green+Blue) = 220+196+185=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4B9 is #233B46. Grayscale: #C9C9C9. Windows color (decimal): -2308935 or 12174556. OLE color: 12174556.

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

Color convert

RGB220196185-
CMYK00.110.160.14
HSL18.86º33.33%79.41%-
HSV(B)18.86º15.91%86.27%-
XYZ58.0158.254.07-
YUV201.92118.45140.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 196 (76.95% from 255) = 32.61%
BLUE value IS 185 (72.66% from 255) = 30.78%
R=36.61%
G=32.61%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019618500.110.160.1418.8633.3379.41
HexDCC4B90B10E13214f
Octal33430427101320162341117
Binary11011100110001001011100101011100001110100111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4B9; }

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

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

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

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

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

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

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

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