#D9AC95

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

Shades of Cashmere #D9AC95

Tints of Cashmere #D9AC95

Color information

#D9AC95 (or 0xD9AC95) is unknown color: approx Cashmere. HEX triplet: D9, AC and 95. RGB value is (217,172,149). Sum of RGB (Red+Green+Blue) = 217+172+149=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AC95 is #26536A. Grayscale: #B6B6B6. Windows color (decimal): -2511723 or 9809113. OLE color: 9809113.

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

Color convert

RGB217172149-
CMYK00.210.310.15
HSL20.29º47.22%71.76%-
HSV(B)20.29º31.34%85.1%-
XYZ48.7946.4334.82-
YUV182.83108.91152.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.33%
GREEN value IS 172 (67.58% from 255) = 31.97%
BLUE value IS 149 (58.59% from 255) = 27.70%
R=40.33%
G=31.97%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717214900.210.310.1520.2947.2271.76
HexD9AC950151FF142f48
Octal33125422502537172457110
Binary110110011010110010010101010101111111111101001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AC95; }

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

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

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

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

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

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

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

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