#DBC7BA

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

Shades of Dust Storm #DBC7BA

Tints of Dust Storm #DBC7BA

Color information

#DBC7BA (or 0xDBC7BA) is unknown color: approx Dust Storm. HEX triplet: DB, C7 and BA. RGB value is (219,199,186). Sum of RGB (Red+Green+Blue) = 219+199+186=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7BA is #243845. Grayscale: #CBCBCB. Windows color (decimal): -2373702 or 12240859. OLE color: 12240859.

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

Color convert

RGB219199186-
CMYK00.090.150.14
HSL23.64º31.43%79.41%-
HSV(B)23.64º15.07%85.88%-
XYZ58.559.4554.85-
YUV203.5118.13139.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.26%
GREEN value IS 199 (78.12% from 255) = 32.95%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=36.26%
G=32.95%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919918600.090.150.1423.6431.4379.41
HexDBC7BA09FE181f4f
Octal33330727201117163037117
Binary110110111100011110111010010011111111011000111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC7BA; }

 p { color: rgb(219,199,186); }

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

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

 a { background-color: rgb(219,199,186); }

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

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

 span { border-color: rgb(219,199,186); }

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