#D4AC99

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

Shades of Cashmere #D4AC99

Tints of Cashmere #D4AC99

Color information

#D4AC99 (or 0xD4AC99) is unknown color: approx Cashmere. HEX triplet: D4, AC and 99. RGB value is (212,172,153). Sum of RGB (Red+Green+Blue) = 212+172+153=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AC99 is #2B5366. Grayscale: #B5B5B5. Windows color (decimal): -2839399 or 10071252. OLE color: 10071252.

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

Color convert

RGB212172153-
CMYK00.190.280.17
HSL19.32º40.69%71.57%-
HSV(B)19.32º27.83%83.14%-
XYZ47.6545.836.47-
YUV181.79111.75149.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.48%
GREEN value IS 172 (67.58% from 255) = 32.03%
BLUE value IS 153 (60.16% from 255) = 28.49%
R=39.48%
G=32.03%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217215300.190.280.1719.3240.6971.57
HexD4AC990131C11132948
Octal32425423102334212351110
Binary1101010010101100100110010100111110010001100111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AC99; }

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

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

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

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

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

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

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

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