Html Css Color HEX #D9C4BE Dust Storm

📋 copy color: '#D9C4BE'

red 217 ◦ green 196 ◦ blue 190

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

Shades of Dust Storm #D9C4BE

Tints of Dust Storm #D9C4BE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.5%

 BLUE value IS 190 (74.61% from 255) = 31.51%

R = 35.99%
G = 32.5%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D9C4BE (or 0xD9C4BE) is known color: Dust Storm. HEX triplet: D9, C4 and BE. RGB value is (217,196,190). Sum of RGB (Red+Green+Blue) = 217+196+190=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 196 (76.95% from 255 or 32.50% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C4BE is #263B41. Grayscale: #C9C9C9. Windows color (decimal): -2505538 or 12502233. OLE color: 12502233.

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

Color convert

RGB 217 196 190 -
CMYK 0 0.10 0.12 0.15
HSL 13.33º 0.26% 0.8% -
HSV(B) 13.33º 0.12% 0.85% -
XYZ 57.65 57.95 56.86 -
YUV 201.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 217 196 190 0 0.10 0.12 0.15 13.33 0.26 0.8
Hex D9 C4 BE 0 A C F D 1A 50
Octal 331 304 276 0 12 14 17 15 32 120
Binary 11011001 11000100 10111110 0 1010 1100 1111 1101 11010 1010000

Color Harmonies of #D9C4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C4BE

Black with #D9C4BE

Text Example


Text Example

White with #D9C4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C4BE; }

 p { color: rgb(217,196,190); }

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

background-color css

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

 a { background-color: rgb(217,196,190); }

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

border-color css

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

 span { border-color: rgb(217,196,190); }

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