#D7B99E

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

Shades of Cashmere #D7B99E

Tints of Cashmere #D7B99E

Color information

#D7B99E (or 0xD7B99E) is unknown color: approx Cashmere. HEX triplet: D7, B9 and 9E. RGB value is (215,185,158). Sum of RGB (Red+Green+Blue) = 215+185+158=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B99E is #284661. Grayscale: #BFBFBF. Windows color (decimal): -2639458 or 10402263. OLE color: 10402263.

HSL color Cylindrical-coordinate representation of color #D7B99E: hue angle of 28.42º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7B99E is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB215185158-
CMYK00.140.270.16
HSL28.42º41.61%73.14%-
HSV(B)28.42º26.51%84.31%-
XYZ51.5451.6139.59-
YUV190.89109.44145.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.53%
GREEN value IS 185 (72.66% from 255) = 33.15%
BLUE value IS 158 (62.11% from 255) = 28.32%
R=38.53%
G=33.15%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518515800.140.270.1628.4241.6173.14
HexD7B99E0E1B101c2a49
Octal32727123601633203452111
Binary110101111011100110011110011101101110000111001010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B99E; }

 p { color: rgb(215,185,158); }

 H1.HeaderClassName
 {
   color: #D7B99E;
 }
 .AnyTagClassName
 {
   color: #D7B99E;
 }
</style>
background-color css

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

 a { background-color: rgb(215,185,158); }

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

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

 span { border-color: rgb(215,185,158); }

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