Html Css Color HEX #D9C7BD Dust Storm

📋 copy color: '#D9C7BD'

red 217 ◦ green 199 ◦ blue 189

#D9C7BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dust Storm #D9C7BD

Tints of Dust Storm #D9C7BD

RGB

 RED value IS 217 (85.16% from 255) = 35.87%

 GREEN value IS 199 (78.13% 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 value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D9C7BD (or 0xD9C7BD) is known color: 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

RGB 217 199 189 -
CMYK 0 0.08 0.13 0.15
HSL 21.43º 0.27% 0.8% -
HSV(B) 21.43º 0.13% 0.85% -
XYZ 58.22 59.27 56.52 -
YUV 203.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 217 199 189 0 0.08 0.13 0.15 21.43 0.27 0.8
Hex D9 C7 BD 0 8 D F 15 1B 50
Octal 331 307 275 0 10 15 17 25 33 120
Binary 11011001 11000111 10111101 0 1000 1101 1111 10101 11011 1010000

Color Harmonies of #D9C7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C7BD

Black with #D9C7BD

Text Example


Text Example

White with #D9C7BD

Text Example


Text Example

HTML Codes & Css Web 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>