#D6B397

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

Shades of Cashmere #D6B397

Tints of Cashmere #D6B397

Color information

#D6B397 (or 0xD6B397) is unknown color: approx Cashmere. HEX triplet: D6, B3 and 97. RGB value is (214,179,151). Sum of RGB (Red+Green+Blue) = 214+179+151=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 151 (59.38% from 255 or 27.76% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B397 is #294C68. Grayscale: #BABABA. Windows color (decimal): -2706537 or 9941974. OLE color: 9941974.

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

Color convert

RGB214179151-
CMYK00.160.290.16
HSL26.67º43.45%71.57%-
HSV(B)26.67º29.44%83.92%-
XYZ49.4448.7736.09-
YUV186.27108.1147.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.34%
GREEN value IS 179 (70.31% from 255) = 32.90%
BLUE value IS 151 (59.38% from 255) = 27.76%
R=39.34%
G=32.90%
B=27.76%

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
Decimal21417915100.160.290.1626.6743.4571.57
HexD6B3970101D101b2b48
Octal32626322702035203353110
Binary1101011010110011100101110100001110110000110111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B397; }

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

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

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

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

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

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

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

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