Html Css Color HEX #D9C6BC Dust Storm

📋 copy color: '#D9C6BC'

red 217 ◦ green 198 ◦ blue 188

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

Shades of Dust Storm #D9C6BC

Tints of Dust Storm #D9C6BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.18%

R = 35.99%
G = 32.84%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D9C6BC (or 0xD9C6BC) is known color: Dust Storm. HEX triplet: D9, C6 and BC. RGB value is (217,198,188). Sum of RGB (Red+Green+Blue) = 217+198+188=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C6BC is #263943. Grayscale: #CACACA. Windows color (decimal): -2505028 or 12371673. OLE color: 12371673.

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

Color convert

RGB 217 198 188 -
CMYK 0 0.09 0.13 0.15
HSL 20.69º 0.28% 0.79% -
HSV(B) 20.69º 0.13% 0.85% -
XYZ 57.89 58.77 55.87 -
YUV 202.54 119.79 138.31 -
System Red Green Blue C M Y K H S L
Decimal 217 198 188 0 0.09 0.13 0.15 20.69 0.28 0.79
Hex D9 C6 BC 0 9 D F 15 1C 4F
Octal 331 306 274 0 11 15 17 25 34 117
Binary 11011001 11000110 10111100 0 1001 1101 1111 10101 11100 1001111

Color Harmonies of #D9C6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C6BC

Black with #D9C6BC

Text Example


Text Example

White with #D9C6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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