#D5AC97

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

Shades of Cashmere #D5AC97

Tints of Cashmere #D5AC97

Color information

#D5AC97 (or 0xD5AC97) is unknown color: approx Cashmere. HEX triplet: D5, AC and 97. RGB value is (213,172,151). Sum of RGB (Red+Green+Blue) = 213+172+151=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AC97 is #2A5368. Grayscale: #B5B5B5. Windows color (decimal): -2773865 or 9940181. OLE color: 9940181.

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

Color convert

RGB213172151-
CMYK00.190.290.16
HSL20.32º42.47%71.37%-
HSV(B)20.32º29.11%83.53%-
XYZ47.7845.8935.62-
YUV181.86110.58150.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 151 (59.38% from 255) = 28.17%
R=39.74%
G=32.09%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317215100.190.290.1620.3242.4771.37
HexD5AC970131D10142a47
Octal32525422702335202452107
Binary1101010110101100100101110100111110110000101001010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AC97; }

 p { color: rgb(213,172,151); }

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

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

 a { background-color: rgb(213,172,151); }

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

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

 span { border-color: rgb(213,172,151); }

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