#D9B497

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

Shades of Cashmere #D9B497

Tints of Cashmere #D9B497

Color information

#D9B497 (or 0xD9B497) is unknown color: approx Cashmere. HEX triplet: D9, B4 and 97. RGB value is (217,180,151). Sum of RGB (Red+Green+Blue) = 217+180+151=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 180 (70.70% from 255 or 32.85% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B497 is #264B68. Grayscale: #BBBBBB. Windows color (decimal): -2509673 or 9942233. OLE color: 9942233.

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

Color convert

RGB217180151-
CMYK00.170.300.15
HSL26.36º46.48%72.16%-
HSV(B)26.36º30.41%85.1%-
XYZ50.5249.6336.19-
YUV187.76107.26148.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.60%
GREEN value IS 180 (70.70% from 255) = 32.85%
BLUE value IS 151 (59.38% from 255) = 27.55%
R=39.60%
G=32.85%
B=27.55%

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
Decimal21718015100.170.300.1526.3646.4872.16
HexD9B4970111EF1a2e48
Octal33126422702136173256110
Binary110110011011010010010111010001111101111110101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B497; }

 p { color: rgb(217,180,151); }

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

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

 a { background-color: rgb(217,180,151); }

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

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

 span { border-color: rgb(217,180,151); }

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