#DBC5BB

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

Shades of Dust Storm #DBC5BB

Tints of Dust Storm #DBC5BB

Color information

#DBC5BB (or 0xDBC5BB) is unknown color: approx Dust Storm. HEX triplet: DB, C5 and BB. RGB value is (219,197,187). Sum of RGB (Red+Green+Blue) = 219+197+187=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5BB is #243A44. Grayscale: #CACACA. Windows color (decimal): -2374213 or 12305883. OLE color: 12305883.

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

Color convert

RGB219197187-
CMYK00.100.150.14
HSL18.75º30.77%79.61%-
HSV(B)18.75º14.61%85.88%-
XYZ58.1558.5855.26-
YUV202.44119.29139.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.32%
GREEN value IS 197 (77.34% from 255) = 32.67%
BLUE value IS 187 (73.44% from 255) = 31.01%
R=36.32%
G=32.67%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919718700.100.150.1418.7530.7779.61
HexDBC5BB0AFE131f50
Octal33330527301217162337120
Binary110110111100010110111011010101111111010011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC5BB; }

 p { color: rgb(219,197,187); }

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

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

 a { background-color: rgb(219,197,187); }

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

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

 span { border-color: rgb(219,197,187); }

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