#DCC6B9

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

Shades of Dust Storm #DCC6B9

Tints of Dust Storm #DCC6B9

Color information

#DCC6B9 (or 0xDCC6B9) is unknown color: approx Dust Storm. HEX triplet: DC, C6 and B9. RGB value is (220,198,185). Sum of RGB (Red+Green+Blue) = 220+198+185=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 185 (72.66% from 255 or 30.68% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6B9 is #233946. Grayscale: #CBCBCB. Windows color (decimal): -2308423 or 12175068. OLE color: 12175068.

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

Color convert

RGB220198185-
CMYK00.10.160.14
HSL22.29º33.33%79.41%-
HSV(B)22.29º15.91%86.27%-
XYZ58.4759.1154.23-
YUV203.1117.79140.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 198 (77.73% from 255) = 32.84%
BLUE value IS 185 (72.66% from 255) = 30.68%
R=36.48%
G=32.84%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019818500.10.160.1422.2933.3379.41
HexDCC6B90A10E16214f
Octal33430627101220162641117
Binary11011100110001101011100101010100001110101101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6B9; }

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

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

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

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

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

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

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

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