#DCC3BE

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

Shades of Dust Storm #DCC3BE

Tints of Dust Storm #DCC3BE

Color information

#DCC3BE (or 0xDCC3BE) is unknown color: approx Dust Storm. HEX triplet: DC, C3 and BE. RGB value is (220,195,190). Sum of RGB (Red+Green+Blue) = 220+195+190=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3BE is #233C41. Grayscale: #C9C9C9. Windows color (decimal): -2309186 or 12501980. OLE color: 12501980.

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

Color convert

RGB220195190-
CMYK00.110.140.14
HSL10º30%80.39%-
HSV(B)10º13.64%86.27%-
XYZ58.3257.9656.83-
YUV201.9121.28140.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 195 (76.56% from 255) = 32.23%
BLUE value IS 190 (74.61% from 255) = 31.40%
R=36.36%
G=32.23%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019519000.110.140.14103080.39
HexDCC3BE0BEEa1e50
Octal33430327601316161236120
Binary11011100110000111011111001011111011101010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC3BE; }

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

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

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

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

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

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

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

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