#DCC2BB

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

Shades of Dust Storm #DCC2BB

Tints of Dust Storm #DCC2BB

Color information

#DCC2BB (or 0xDCC2BB) is unknown color: approx Dust Storm. HEX triplet: DC, C2 and BB. RGB value is (220,194,187). Sum of RGB (Red+Green+Blue) = 220+194+187=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2BB is #233D44. Grayscale: #C9C9C9. Windows color (decimal): -2309445 or 12305116. OLE color: 12305116.

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

Color convert

RGB220194187-
CMYK00.120.150.14
HSL12.73º32.04%79.8%-
HSV(B)12.73º15%86.27%-
XYZ57.7857.3955.05-
YUV200.98120.11141.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 194 (76.17% from 255) = 32.28%
BLUE value IS 187 (73.44% from 255) = 31.11%
R=36.61%
G=32.28%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019418700.120.150.1412.7332.0479.8
HexDCC2BB0CFEd2050
Octal33430227301417161540120
Binary110111001100001010111011011001111111011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2BB; }

 p { color: rgb(220,194,187); }

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

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

 a { background-color: rgb(220,194,187); }

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

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

 span { border-color: rgb(220,194,187); }

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