#D8B397

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

Shades of Cashmere #D8B397

Tints of Cashmere #D8B397

Color information

#D8B397 (or 0xD8B397) is unknown color: approx Cashmere. HEX triplet: D8, B3 and 97. RGB value is (216,179,151). Sum of RGB (Red+Green+Blue) = 216+179+151=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 151 (59.38% from 255 or 27.66% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B397 is #274C68. Grayscale: #BBBBBB. Windows color (decimal): -2575465 or 9941976. OLE color: 9941976.

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

Color convert

RGB216179151-
CMYK00.170.300.15
HSL25.85º45.45%71.96%-
HSV(B)25.85º30.09%84.71%-
XYZ50.0249.0736.11-
YUV186.87107.76148.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.56%
GREEN value IS 179 (70.31% from 255) = 32.78%
BLUE value IS 151 (59.38% from 255) = 27.66%
R=39.56%
G=32.78%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617915100.170.300.1525.8545.4571.96
HexD8B3970111EF1a2d48
Octal33026322702136173255110
Binary110110001011001110010111010001111101111110101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B397; }

 p { color: rgb(216,179,151); }

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

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

 a { background-color: rgb(216,179,151); }

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

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

 span { border-color: rgb(216,179,151); }

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