Html Css Color HEX #D9C6BF Dust Storm

📋 copy color: '#D9C6BF'

red 217 ◦ green 198 ◦ blue 191

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

Shades of Dust Storm #D9C6BF

Tints of Dust Storm #D9C6BF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.67%

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

R = 35.81%
G = 32.67%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D9C6BF (or 0xD9C6BF) is known color: Dust Storm. HEX triplet: D9, C6 and BF. RGB value is (217,198,191). Sum of RGB (Red+Green+Blue) = 217+198+191=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 198 (77.73% from 255 or 32.67% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C6BF is #263940. Grayscale: #CACACA. Windows color (decimal): -2505025 or 12568281. OLE color: 12568281.

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

Color convert

RGB 217 198 191 -
CMYK 0 0.09 0.12 0.15
HSL 16.15º 0.25% 0.8% -
HSV(B) 16.15º 0.12% 0.85% -
XYZ 58.21 58.9 57.59 -
YUV 202.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 217 198 191 0 0.09 0.12 0.15 16.15 0.25 0.8
Hex D9 C6 BF 0 9 C F 10 19 50
Octal 331 306 277 0 11 14 17 20 31 120
Binary 11011001 11000110 10111111 0 1001 1100 1111 10000 11001 1010000

Color Harmonies of #D9C6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C6BF

Black with #D9C6BF

Text Example


Text Example

White with #D9C6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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