#D9C7BD

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

Shades of Dust Storm #D9C7BD

Tints of Dust Storm #D9C7BD

Color information

#D9C7BD (or 0xD9C7BD) is unknown color: approx Dust Storm. HEX triplet: D9, C7 and BD. RGB value is (217,199,189). Sum of RGB (Red+Green+Blue) = 217+199+189=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C7BD is #263842. Grayscale: #CBCBCB. Windows color (decimal): -2504771 or 12437465. OLE color: 12437465.

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

Color convert

RGB217199189-
CMYK00.080.130.15
HSL21.43º26.92%79.61%-
HSV(B)21.43º12.9%85.1%-
XYZ58.2259.2756.52-
YUV203.24119.96137.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.87%
GREEN value IS 199 (78.12% from 255) = 32.89%
BLUE value IS 189 (74.22% from 255) = 31.24%
R=35.87%
G=32.89%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719918900.080.130.1521.4326.9279.61
HexD9C7BD08DF151b50
Octal33130727501015172533120
Binary110110011100011110111101010001101111110101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C7BD; }

 p { color: rgb(217,199,189); }

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

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

 a { background-color: rgb(217,199,189); }

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

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

 span { border-color: rgb(217,199,189); }

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