#D9C5BB

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

Shades of Dust Storm #D9C5BB

Tints of Dust Storm #D9C5BB

Color information

#D9C5BB (or 0xD9C5BB) is unknown color: approx Dust Storm. HEX triplet: D9, C5 and BB. RGB value is (217,197,187). Sum of RGB (Red+Green+Blue) = 217+197+187=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C5BB is #263A44. Grayscale: #C9C9C9. Windows color (decimal): -2505285 or 12305881. OLE color: 12305881.

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

Color convert

RGB217197187-
CMYK00.090.140.15
HSL20º28.3%79.22%-
HSV(B)20º13.82%85.1%-
XYZ57.5558.2755.23-
YUV201.84119.63138.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.11%
GREEN value IS 197 (77.34% from 255) = 32.78%
BLUE value IS 187 (73.44% from 255) = 31.11%
R=36.11%
G=32.78%
B=31.11%

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
Decimal21719718700.090.140.152028.379.22
HexD9C5BB09EF141c4f
Octal33130527301116172434117
Binary110110011100010110111011010011110111110100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C5BB; }

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

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

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

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

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

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

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

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