#DBC6BB

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

Shades of Dust Storm #DBC6BB

Tints of Dust Storm #DBC6BB

Color information

#DBC6BB (or 0xDBC6BB) is unknown color: approx Dust Storm. HEX triplet: DB, C6 and BB. RGB value is (219,198,187). Sum of RGB (Red+Green+Blue) = 219+198+187=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC6BB is #243944. Grayscale: #CBCBCB. Windows color (decimal): -2373957 or 12306139. OLE color: 12306139.

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

Color convert

RGB219198187-
CMYK00.100.150.14
HSL20.63º30.77%79.61%-
HSV(B)20.63º14.61%85.88%-
XYZ58.3859.0455.33-
YUV203.02118.96139.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.26%
GREEN value IS 198 (77.73% from 255) = 32.78%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=36.26%
G=32.78%
B=30.96%

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
Decimal21919818700.100.150.1420.6330.7779.61
HexDBC6BB0AFE151f50
Octal33330627301217162537120
Binary110110111100011010111011010101111111010101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC6BB; }

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

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

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

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

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

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

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

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