#DCC9BE

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

Shades of Dust Storm #DCC9BE

Tints of Dust Storm #DCC9BE

Color information

#DCC9BE (or 0xDCC9BE) is unknown color: approx Dust Storm. HEX triplet: DC, C9 and BE. RGB value is (220,201,190). Sum of RGB (Red+Green+Blue) = 220+201+190=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9BE is #233641. Grayscale: #CDCDCD. Windows color (decimal): -2307650 or 12503516. OLE color: 12503516.

HSL color Cylindrical-coordinate representation of color #DCC9BE: hue angle of 22º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCC9BE is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB220201190-
CMYK00.090.140.14
HSL22º30%80.39%-
HSV(B)22º13.64%86.27%-
XYZ59.760.7157.29-
YUV205.43119.29138.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 201 (78.91% from 255) = 32.90%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=36.01%
G=32.90%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020119000.090.140.14223080.39
HexDCC9BE09EE161e50
Octal33431127601116162636120
Binary110111001100100110111110010011110111010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9BE; }

 p { color: rgb(220,201,190); }

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

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

 a { background-color: rgb(220,201,190); }

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

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

 span { border-color: rgb(220,201,190); }

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