#D8C6BF

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

Shades of Dust Storm #D8C6BF

Tints of Dust Storm #D8C6BF

Color information

#D8C6BF (or 0xD8C6BF) is unknown color: approx Dust Storm. HEX triplet: D8, C6 and BF. RGB value is (216,198,191). Sum of RGB (Red+Green+Blue) = 216+198+191=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 198 (77.73% from 255 or 32.73% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C6BF is #273940. Grayscale: #CACACA. Windows color (decimal): -2570561 or 12568280. OLE color: 12568280.

HSL color Cylindrical-coordinate representation of color #D8C6BF: hue angle of 16.8º degrees, saturation: 0.24, 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 #D8C6BF is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB216198191-
CMYK00.080.120.15
HSL16.8º24.27%79.8%-
HSV(B)16.8º11.57%84.71%-
XYZ57.9258.7557.58-
YUV202.58121.46137.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.70%
GREEN value IS 198 (77.73% from 255) = 32.73%
BLUE value IS 191 (75% from 255) = 31.57%
R=35.70%
G=32.73%
B=31.57%

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
Decimal21619819100.080.120.1516.824.2779.8
HexD8C6BF08CF111850
Octal33030627701014172130120
Binary110110001100011010111111010001100111110001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C6BF; }

 p { color: rgb(216,198,191); }

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

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

 a { background-color: rgb(216,198,191); }

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

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

 span { border-color: rgb(216,198,191); }

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