#DCC5BA

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

Shades of Dust Storm #DCC5BA

Tints of Dust Storm #DCC5BA

Color information

#DCC5BA (or 0xDCC5BA) is unknown color: approx Dust Storm. HEX triplet: DC, C5 and BA. RGB value is (220,197,186). Sum of RGB (Red+Green+Blue) = 220+197+186=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5BA is #233A45. Grayscale: #CACACA. Windows color (decimal): -2308678 or 12240348. OLE color: 12240348.

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

Color convert

RGB220197186-
CMYK00.100.150.14
HSL19.41º32.69%79.61%-
HSV(B)19.41º15.45%86.27%-
XYZ58.3458.6954.71-
YUV202.62118.62140.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 197 (77.34% from 255) = 32.67%
BLUE value IS 186 (73.05% from 255) = 30.85%
R=36.48%
G=32.67%
B=30.85%

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
Decimal22019718600.100.150.1419.4132.6979.61
HexDCC5BA0AFE132150
Octal33430527201217162341120
Binary1101110011000101101110100101011111110100111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC5BA; }

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

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

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

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

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

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

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

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