Html Css Color HEX #D7C5BE Dust Storm

📋 copy color: '#D7C5BE'

red 215 ◦ green 197 ◦ blue 190

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

Shades of Dust Storm #D7C5BE

Tints of Dust Storm #D7C5BE

RGB

 RED value IS 215 (84.38% from 255) = 35.71%

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

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

R = 35.71%
G = 32.72%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D7C5BE (or 0xD7C5BE) is known color: Dust Storm. HEX triplet: D7, C5 and BE. RGB value is (215,197,190). Sum of RGB (Red+Green+Blue) = 215+197+190=602 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.71% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C5BE is #283A41. Grayscale: #C9C9C9. Windows color (decimal): -2636354 or 12502487. OLE color: 12502487.

HSL color Cylindrical-coordinate representation of color #D7C5BE: hue angle of 16.8º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7C5BE is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 197 190 -
CMYK 0 0.08 0.12 0.16
HSL 16.8º 0.24% 0.79% -
HSV(B) 16.8º 0.12% 0.84% -
XYZ 57.28 58.1 56.91 -
YUV 201.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 215 197 190 0 0.08 0.12 0.16 16.8 0.24 0.79
Hex D7 C5 BE 0 8 C 10 11 18 4F
Octal 327 305 276 0 10 14 20 21 30 117
Binary 11010111 11000101 10111110 0 1000 1100 10000 10001 11000 1001111

Color Harmonies of #D7C5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C5BE

Black with #D7C5BE

Text Example


Text Example

White with #D7C5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C5BE; }

 p { color: rgb(215,197,190); }

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

background-color css

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

 a { background-color: rgb(215,197,190); }

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

border-color css

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

 span { border-color: rgb(215,197,190); }

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