#D9C6BB

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

Shades of Dust Storm #D9C6BB

Tints of Dust Storm #D9C6BB

Color information

#D9C6BB (or 0xD9C6BB) is unknown color: approx Dust Storm. HEX triplet: D9, C6 and BB. RGB value is (217,198,187). Sum of RGB (Red+Green+Blue) = 217+198+187=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 198 (77.73% from 255 or 32.89% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C6BB is #263944. Grayscale: #CACACA. Windows color (decimal): -2505029 or 12306137. OLE color: 12306137.

HSL color Cylindrical-coordinate representation of color #D9C6BB: hue angle of 22º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9C6BB is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217198187-
CMYK00.090.140.15
HSL22º28.3%79.22%-
HSV(B)22º13.82%85.1%-
XYZ57.7858.7355.3-
YUV202.43119.29138.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.05%
GREEN value IS 198 (77.73% from 255) = 32.89%
BLUE value IS 187 (73.44% from 255) = 31.06%
R=36.05%
G=32.89%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719818700.090.140.152228.379.22
HexD9C6BB09EF161c4f
Octal33130627301116172634117
Binary110110011100011010111011010011110111110110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C6BB; }

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

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

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

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

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

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

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

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