#D9AC91

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

Shades of Cashmere #D9AC91

Tints of Cashmere #D9AC91

Color information

#D9AC91 (or 0xD9AC91) is unknown color: approx Cashmere. HEX triplet: D9, AC and 91. RGB value is (217,172,145). Sum of RGB (Red+Green+Blue) = 217+172+145=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AC91 is #26536E. Grayscale: #B6B6B6. Windows color (decimal): -2511727 or 9546969. OLE color: 9546969.

HSL color Cylindrical-coordinate representation of color #D9AC91: hue angle of 22.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9AC91 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB217172145-
CMYK00.210.330.15
HSL22.5º48.65%70.98%-
HSV(B)22.5º33.18%85.1%-
XYZ48.4846.333.17-
YUV182.38106.91152.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.64%
GREEN value IS 172 (67.58% from 255) = 32.21%
BLUE value IS 145 (57.03% from 255) = 27.15%
R=40.64%
G=32.21%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717214500.210.330.1522.548.6570.98
HexD9AC9101521F173147
Octal33125422102541172761107
Binary1101100110101100100100010101011000011111101111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AC91; }

 p { color: rgb(217,172,145); }

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

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

 a { background-color: rgb(217,172,145); }

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

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

 span { border-color: rgb(217,172,145); }

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