#DBC6BE

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

Shades of Dust Storm #DBC6BE

Tints of Dust Storm #DBC6BE

Color information

#DBC6BE (or 0xDBC6BE) is unknown color: approx Dust Storm. HEX triplet: DB, C6 and BE. RGB value is (219,198,190). Sum of RGB (Red+Green+Blue) = 219+198+190=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC6BE is #243941. Grayscale: #CBCBCB. Windows color (decimal): -2373954 or 12502747. OLE color: 12502747.

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

Color convert

RGB219198190-
CMYK00.100.130.14
HSL16.55º28.71%80.2%-
HSV(B)16.55º13.24%85.88%-
XYZ58.759.1757.04-
YUV203.37120.46139.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 198 (77.73% from 255) = 32.62%
BLUE value IS 190 (74.61% from 255) = 31.30%
R=36.08%
G=32.62%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919819000.100.130.1416.5528.7180.2
HexDBC6BE0ADE111d50
Octal33330627601215162135120
Binary110110111100011010111110010101101111010001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC6BE; }

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

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

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

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

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

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

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

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