#D8C7BE

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

Shades of Dust Storm #D8C7BE

Tints of Dust Storm #D8C7BE

Color information

#D8C7BE (or 0xD8C7BE) is unknown color: approx Dust Storm. HEX triplet: D8, C7 and BE. RGB value is (216,199,190). Sum of RGB (Red+Green+Blue) = 216+199+190=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C7BE is #273841. Grayscale: #CBCBCB. Windows color (decimal): -2570306 or 12503000. OLE color: 12503000.

HSL color Cylindrical-coordinate representation of color #D8C7BE: hue angle of 20.77º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8C7BE is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB216199190-
CMYK00.080.120.15
HSL20.77º25%79.61%-
HSV(B)20.77º12.04%84.71%-
XYZ58.0459.1657.08-
YUV203.06120.63137.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.70%
GREEN value IS 199 (78.12% from 255) = 32.89%
BLUE value IS 190 (74.61% from 255) = 31.40%
R=35.70%
G=32.89%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619919000.080.120.1520.772579.61
HexD8C7BE08CF151950
Octal33030727601014172531120
Binary110110001100011110111110010001100111110101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C7BE; }

 p { color: rgb(216,199,190); }

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

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

 a { background-color: rgb(216,199,190); }

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

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

 span { border-color: rgb(216,199,190); }

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