#D5AC99

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

Shades of Cashmere #D5AC99

Tints of Cashmere #D5AC99

Color information

#D5AC99 (or 0xD5AC99) is unknown color: approx Cashmere. HEX triplet: D5, AC and 99. RGB value is (213,172,153). Sum of RGB (Red+Green+Blue) = 213+172+153=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 153 (60.16% from 255 or 28.44% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AC99 is #2A5366. Grayscale: #B6B6B6. Windows color (decimal): -2773863 or 10071253. OLE color: 10071253.

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

Color convert

RGB213172153-
CMYK00.190.280.16
HSL19º41.67%71.76%-
HSV(B)19º28.17%83.53%-
XYZ47.9445.9536.48-
YUV182.09111.58150.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 172 (67.58% from 255) = 31.97%
BLUE value IS 153 (60.16% from 255) = 28.44%
R=39.59%
G=31.97%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317215300.190.280.161941.6771.76
HexD5AC990131C10132a48
Octal32525423102334202352110
Binary1101010110101100100110010100111110010000100111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AC99; }

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

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

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

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

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

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

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

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