#D6B997

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

Shades of Cashmere #D6B997

Tints of Cashmere #D6B997

Color information

#D6B997 (or 0xD6B997) is unknown color: approx Cashmere. HEX triplet: D6, B9 and 97. RGB value is (214,185,151). Sum of RGB (Red+Green+Blue) = 214+185+151=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 151 (59.38% from 255 or 27.45% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B997 is #294668. Grayscale: #BDBDBD. Windows color (decimal): -2705001 or 9943510. OLE color: 9943510.

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

Color convert

RGB214185151-
CMYK00.140.290.16
HSL32.38º43.45%71.57%-
HSV(B)32.38º29.44%83.92%-
XYZ50.6751.2336.5-
YUV189.8106.11145.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 185 (72.66% from 255) = 33.64%
BLUE value IS 151 (59.38% from 255) = 27.45%
R=38.91%
G=33.64%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418515100.140.290.1632.3843.4571.57
HexD6B9970E1D10202b48
Octal32627122701635204053110
Binary1101011010111001100101110111011101100001000001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B997; }

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

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

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

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

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

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

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

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