#D5B397

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

Shades of Cashmere #D5B397

Tints of Cashmere #D5B397

Color information

#D5B397 (or 0xD5B397) is unknown color: approx Cashmere. HEX triplet: D5, B3 and 97. RGB value is (213,179,151). Sum of RGB (Red+Green+Blue) = 213+179+151=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 151 (59.38% from 255 or 27.81% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B397 is #2A4C68. Grayscale: #BABABA. Windows color (decimal): -2772073 or 9941973. OLE color: 9941973.

HSL color Cylindrical-coordinate representation of color #D5B397: hue angle of 27.1º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5B397 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB213179151-
CMYK00.160.290.16
HSL27.1º42.47%71.37%-
HSV(B)27.1º29.11%83.53%-
XYZ49.1548.6236.07-
YUV185.97108.26147.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.23%
GREEN value IS 179 (70.31% from 255) = 32.97%
BLUE value IS 151 (59.38% from 255) = 27.81%
R=39.23%
G=32.97%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317915100.160.290.1627.142.4771.37
HexD5B3970101D101b2a47
Octal32526322702035203352107
Binary1101010110110011100101110100001110110000110111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B397; }

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

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

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

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

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

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

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

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