#D5AC94

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

Shades of Cashmere #D5AC94

Tints of Cashmere #D5AC94

Color information

#D5AC94 (or 0xD5AC94) is unknown color: approx Cashmere. HEX triplet: D5, AC and 94. RGB value is (213,172,148). Sum of RGB (Red+Green+Blue) = 213+172+148=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AC94 is #2A536B. Grayscale: #B5B5B5. Windows color (decimal): -2773868 or 9743573. OLE color: 9743573.

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

Color convert

RGB213172148-
CMYK00.190.310.16
HSL22.15º43.62%70.78%-
HSV(B)22.15º30.52%83.53%-
XYZ47.5445.7934.35-
YUV181.52109.08150.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 172 (67.58% from 255) = 32.27%
BLUE value IS 148 (58.20% from 255) = 27.77%
R=39.96%
G=32.27%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317214800.190.310.1622.1543.6270.78
HexD5AC940131F10162c47
Octal32525422402337202654107
Binary1101010110101100100101000100111111110000101101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AC94; }

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

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

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

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

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

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

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

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