#D7C6BE

Color #D7C6BE Dust Storm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dust Storm #D7C6BE

Tints of Dust Storm #D7C6BE

Color information

#D7C6BE (or 0xD7C6BE) is unknown color: approx 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

RGB215198190-
CMYK00.080.120.16
HSL19.2º23.81%79.41%-
HSV(B)19.2º11.63%84.31%-
XYZ57.5158.5556.99-
YUV202.17121.13137.15-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519819000.080.120.1619.223.8179.41
HexD7C6BE08C1013184f
Octal32730627601014202330117
Binary1101011111000110101111100100011001000010011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>