Html Css Color HEX #D9C6BD Dust Storm

📋 copy color: '#D9C6BD'

red 217 ◦ green 198 ◦ blue 189

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

Shades of Dust Storm #D9C6BD

Tints of Dust Storm #D9C6BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.29%

R = 35.93%
G = 32.78%
B = 31.29%

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

#D9C6BD (or 0xD9C6BD) is known color: Dust Storm. HEX triplet: D9, C6 and BD. RGB value is (217,198,189). Sum of RGB (Red+Green+Blue) = 217+198+189=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C6BD is #263942. Grayscale: #CACACA. Windows color (decimal): -2505027 or 12437209. OLE color: 12437209.

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

Color convert

RGB 217 198 189 -
CMYK 0 0.09 0.13 0.15
HSL 19.29º 0.27% 0.8% -
HSV(B) 19.29º 0.13% 0.85% -
XYZ 57.99 58.81 56.44 -
YUV 202.66 120.29 138.23 -
System Red Green Blue C M Y K H S L
Decimal 217 198 189 0 0.09 0.13 0.15 19.29 0.27 0.8
Hex D9 C6 BD 0 9 D F 13 1B 50
Octal 331 306 275 0 11 15 17 23 33 120
Binary 11011001 11000110 10111101 0 1001 1101 1111 10011 11011 1010000

Color Harmonies of #D9C6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C6BD

Black with #D9C6BD

Text Example


Text Example

White with #D9C6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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