#D8B597

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

Shades of Cashmere #D8B597

Tints of Cashmere #D8B597

Color information

#D8B597 (or 0xD8B597) is unknown color: approx Cashmere. HEX triplet: D8, B5 and 97. RGB value is (216,181,151). Sum of RGB (Red+Green+Blue) = 216+181+151=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B597 is #274A68. Grayscale: #BCBCBC. Windows color (decimal): -2574953 or 9942488. OLE color: 9942488.

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

Color convert

RGB216181151-
CMYK00.160.300.15
HSL27.69º45.45%71.96%-
HSV(B)27.69º30.09%84.71%-
XYZ50.4349.8836.25-
YUV188.04107.1147.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.42%
GREEN value IS 181 (71.09% from 255) = 33.03%
BLUE value IS 151 (59.38% from 255) = 27.55%
R=39.42%
G=33.03%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618115100.160.300.1527.6945.4571.96
HexD8B5970101EF1c2d48
Octal33026522702036173455110
Binary110110001011010110010111010000111101111111001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B597; }

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

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

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

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

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

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

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

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