#D7B797

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

Shades of Cashmere #D7B797

Tints of Cashmere #D7B797

Color information

#D7B797 (or 0xD7B797) is unknown color: approx Cashmere. HEX triplet: D7, B7 and 97. RGB value is (215,183,151). Sum of RGB (Red+Green+Blue) = 215+183+151=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 151 (59.38% from 255 or 27.50% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B797 is #284868. Grayscale: #BDBDBD. Windows color (decimal): -2639977 or 9942999. OLE color: 9942999.

HSL color Cylindrical-coordinate representation of color #D7B797: hue angle of 30º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D7B797 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB215183151-
CMYK00.150.300.16
HSL30º44.44%71.76%-
HSV(B)30º29.77%84.31%-
XYZ50.5450.5536.37-
YUV188.92106.6146.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.16%
GREEN value IS 183 (71.88% from 255) = 33.33%
BLUE value IS 151 (59.38% from 255) = 27.50%
R=39.16%
G=33.33%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518315100.150.300.163044.4471.76
HexD7B7970F1E101e2c48
Octal32726722701736203654110
Binary110101111011011110010111011111111010000111101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B797; }

 p { color: rgb(215,183,151); }

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

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

 a { background-color: rgb(215,183,151); }

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

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

 span { border-color: rgb(215,183,151); }

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