Html Css Color HEX #D7C6BE Dust Storm

📋 copy color: '#D7C6BE'

red 215 ◦ green 198 ◦ blue 190

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

Shades of Dust Storm #D7C6BE

Tints of Dust Storm #D7C6BE

RGB

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

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

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

R = 35.66%
G = 32.84%
B = 31.51%

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

#D7C6BE (or 0xD7C6BE) is known color: Dust Storm. HEX triplet: D7, C6 and BE. RGB value is (215,198,190). Sum of RGB (Red+Green+Blue) = 215+198+190=603 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.66% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C6BE is #283941. Grayscale: #CACACA. Windows color (decimal): -2636098 or 12502743. OLE color: 12502743.

HSL color Cylindrical-coordinate representation of color #D7C6BE: hue angle of 19.2º 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 #D7C6BE is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 198 190 -
CMYK 0 0.08 0.12 0.16
HSL 19.2º 0.24% 0.79% -
HSV(B) 19.2º 0.12% 0.84% -
XYZ 57.51 58.55 56.99 -
YUV 202.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 215 198 190 0 0.08 0.12 0.16 19.2 0.24 0.79
Hex D7 C6 BE 0 8 C 10 13 18 4F
Octal 327 306 276 0 10 14 20 23 30 117
Binary 11010111 11000110 10111110 0 1000 1100 10000 10011 11000 1001111

Color Harmonies of #D7C6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C6BE

Black with #D7C6BE

Text Example


Text Example

White with #D7C6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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