Html Css Color HEX #D9C5BD Dust Storm

📋 copy color: '#D9C5BD'

red 217 ◦ green 197 ◦ blue 189

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

Shades of Dust Storm #D9C5BD

Tints of Dust Storm #D9C5BD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.67%

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

R = 35.99%
G = 32.67%
B = 31.34%

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

#D9C5BD (or 0xD9C5BD) is known color: Dust Storm. HEX triplet: D9, C5 and BD. RGB value is (217,197,189). Sum of RGB (Red+Green+Blue) = 217+197+189=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C5BD is #263A42. Grayscale: #CACACA. Windows color (decimal): -2505283 or 12436953. OLE color: 12436953.

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

Color convert

RGB 217 197 189 -
CMYK 0 0.09 0.13 0.15
HSL 17.14º 0.27% 0.8% -
HSV(B) 17.14º 0.13% 0.85% -
XYZ 57.77 58.36 56.36 -
YUV 202.07 120.63 138.65 -
System Red Green Blue C M Y K H S L
Decimal 217 197 189 0 0.09 0.13 0.15 17.14 0.27 0.8
Hex D9 C5 BD 0 9 D F 11 1B 50
Octal 331 305 275 0 11 15 17 21 33 120
Binary 11011001 11000101 10111101 0 1001 1101 1111 10001 11011 1010000

Color Harmonies of #D9C5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C5BD

Black with #D9C5BD

Text Example


Text Example

White with #D9C5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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