Html Css Color HEX #D9C7BF Dust Storm

📋 copy color: '#D9C7BF'

red 217 ◦ green 199 ◦ blue 191

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

Shades of Dust Storm #D9C7BF

Tints of Dust Storm #D9C7BF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.78%

 BLUE value IS 191 (75% from 255) = 31.47%

R = 35.75%
G = 32.78%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D9C7BF (or 0xD9C7BF) is known color: Dust Storm. HEX triplet: D9, C7 and BF. RGB value is (217,199,191). Sum of RGB (Red+Green+Blue) = 217+199+191=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 199 (78.12% from 255 or 32.78% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C7BF is #263840. Grayscale: #CBCBCB. Windows color (decimal): -2504769 or 12568537. OLE color: 12568537.

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

Color convert

RGB 217 199 191 -
CMYK 0 0.08 0.12 0.15
HSL 18.46º 0.25% 0.8% -
HSV(B) 18.46º 0.12% 0.85% -
XYZ 58.44 59.36 57.67 -
YUV 203.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 217 199 191 0 0.08 0.12 0.15 18.46 0.25 0.8
Hex D9 C7 BF 0 8 C F 12 19 50
Octal 331 307 277 0 10 14 17 22 31 120
Binary 11011001 11000111 10111111 0 1000 1100 1111 10010 11001 1010000

Color Harmonies of #D9C7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C7BF

Black with #D9C7BF

Text Example


Text Example

White with #D9C7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C7BF; }

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

 H1.HeaderClassName
 {
   color: #D9C7BF;
 }
 .AnyTagClassName
 {
   color: #D9C7BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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