#DBC6C1

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

Shades of Dust Storm #DBC6C1

Tints of Dust Storm #DBC6C1

Color information

#DBC6C1 (or 0xDBC6C1) is unknown color: approx Dust Storm. HEX triplet: DB, C6 and C1. RGB value is (219,198,193). Sum of RGB (Red+Green+Blue) = 219+198+193=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC6C1 is #24393E. Grayscale: #CBCBCB. Windows color (decimal): -2373951 or 12699355. OLE color: 12699355.

HSL color Cylindrical-coordinate representation of color #DBC6C1: hue angle of 11.54º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC6C1 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB219198193-
CMYK00.100.120.14
HSL11.54º26.53%80.78%-
HSV(B)11.54º11.87%85.88%-
XYZ59.0359.358.79-
YUV203.71121.96138.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.90%
GREEN value IS 198 (77.73% from 255) = 32.46%
BLUE value IS 193 (75.78% from 255) = 31.64%
R=35.90%
G=32.46%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919819300.100.120.1411.5426.5380.78
HexDBC6C10ACEc1b51
Octal33330630101214161433121
Binary11011011110001101100000101010110011101100110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC6C1; }

 p { color: rgb(219,198,193); }

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

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

 a { background-color: rgb(219,198,193); }

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

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

 span { border-color: rgb(219,198,193); }

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