#DBC8C2

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

Shades of Dust Storm #DBC8C2

Tints of Dust Storm #DBC8C2

Color information

#DBC8C2 (or 0xDBC8C2) is unknown color: approx Dust Storm. HEX triplet: DB, C8 and C2. RGB value is (219,200,194). Sum of RGB (Red+Green+Blue) = 219+200+194=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 200 (78.52% from 255 or 32.63% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8C2 is #24373D. Grayscale: #CDCDCD. Windows color (decimal): -2373438 or 12765403. OLE color: 12765403.

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

Color convert

RGB219200194-
CMYK00.090.110.14
HSL14.4º25.77%80.98%-
HSV(B)14.4º11.42%85.88%-
XYZ59.6160.2659.53-
YUV205121.79137.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 200 (78.52% from 255) = 32.63%
BLUE value IS 194 (76.17% from 255) = 31.65%
R=35.73%
G=32.63%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920019400.090.110.1414.425.7780.98
HexDBC8C209BEe1a51
Octal33331030201113161632121
Binary11011011110010001100001001001101111101110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC8C2; }

 p { color: rgb(219,200,194); }

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

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

 a { background-color: rgb(219,200,194); }

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

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

 span { border-color: rgb(219,200,194); }

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