#D9C6BF

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

Shades of Dust Storm #D9C6BF

Tints of Dust Storm #D9C6BF

Color information

#D9C6BF (or 0xD9C6BF) is unknown color: approx Dust Storm. HEX triplet: D9, C6 and BF. RGB value is (217,198,191). Sum of RGB (Red+Green+Blue) = 217+198+191=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 198 (77.73% from 255 or 32.67% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C6BF is #263940. Grayscale: #CACACA. Windows color (decimal): -2505025 or 12568281. OLE color: 12568281.

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

Color convert

RGB217198191-
CMYK00.090.120.15
HSL16.15º25.49%80%-
HSV(B)16.15º11.98%85.1%-
XYZ58.2158.957.59-
YUV202.88121.29138.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.81%
GREEN value IS 198 (77.73% from 255) = 32.67%
BLUE value IS 191 (75% from 255) = 31.52%
R=35.81%
G=32.67%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719819100.090.120.1516.1525.4980
HexD9C6BF09CF101950
Octal33130627701114172031120
Binary110110011100011010111111010011100111110000110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C6BF; }

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

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

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

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

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

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

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

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