#D7B99D

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

Shades of Cashmere #D7B99D

Tints of Cashmere #D7B99D

Color information

#D7B99D (or 0xD7B99D) is unknown color: approx Cashmere. HEX triplet: D7, B9 and 9D. RGB value is (215,185,157). Sum of RGB (Red+Green+Blue) = 215+185+157=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B99D is #284662. Grayscale: #BEBEBE. Windows color (decimal): -2639459 or 10336727. OLE color: 10336727.

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

Color convert

RGB215185157-
CMYK00.140.270.16
HSL28.97º42.03%72.94%-
HSV(B)28.97º26.98%84.31%-
XYZ51.4651.5839.14-
YUV190.78108.94145.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.60%
GREEN value IS 185 (72.66% from 255) = 33.21%
BLUE value IS 157 (61.72% from 255) = 28.19%
R=38.60%
G=33.21%
B=28.19%

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
Decimal21518515700.140.270.1628.9742.0372.94
HexD7B99D0E1B101d2a49
Octal32727123501633203552111
Binary110101111011100110011101011101101110000111011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B99D; }

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

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

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

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

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

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

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

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