#DBC4BA

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

Shades of Dust Storm #DBC4BA

Tints of Dust Storm #DBC4BA

Color information

#DBC4BA (or 0xDBC4BA) is unknown color: approx Dust Storm. HEX triplet: DB, C4 and BA. RGB value is (219,196,186). Sum of RGB (Red+Green+Blue) = 219+196+186=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC4BA is #243B45. Grayscale: #C9C9C9. Windows color (decimal): -2374470 or 12240091. OLE color: 12240091.

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

Color convert

RGB219196186-
CMYK00.110.150.14
HSL18.18º31.43%79.41%-
HSV(B)18.18º15.07%85.88%-
XYZ57.8258.0954.62-
YUV201.74119.12140.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.44%
GREEN value IS 196 (76.95% from 255) = 32.61%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=36.44%
G=32.61%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919618600.110.150.1418.1831.4379.41
HexDBC4BA0BFE121f4f
Octal33330427201317162237117
Binary110110111100010010111010010111111111010010111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC4BA; }

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

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

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

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

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

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

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

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