#D7B597

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

Shades of Cashmere #D7B597

Tints of Cashmere #D7B597

Color information

#D7B597 (or 0xD7B597) is unknown color: approx Cashmere. HEX triplet: D7, B5 and 97. RGB value is (215,181,151). Sum of RGB (Red+Green+Blue) = 215+181+151=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B597 is #284A68. Grayscale: #BBBBBB. Windows color (decimal): -2640489 or 9942487. OLE color: 9942487.

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

Color convert

RGB215181151-
CMYK00.160.300.16
HSL28.13º44.44%71.76%-
HSV(B)28.13º29.77%84.31%-
XYZ50.1349.7336.23-
YUV187.75107.26147.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.31%
GREEN value IS 181 (71.09% from 255) = 33.09%
BLUE value IS 151 (59.38% from 255) = 27.61%
R=39.31%
G=33.09%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518115100.160.300.1628.1344.4471.76
HexD7B5970101E101c2c48
Octal32726522702036203454110
Binary1101011110110101100101110100001111010000111001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B597; }

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

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

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

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

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

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

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

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