#D3AC97

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

Shades of Cashmere #D3AC97

Tints of Cashmere #D3AC97

Color information

#D3AC97 (or 0xD3AC97) is unknown color: approx Cashmere. HEX triplet: D3, AC and 97. RGB value is (211,172,151). Sum of RGB (Red+Green+Blue) = 211+172+151=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AC97 is #2C5368. Grayscale: #B5B5B5. Windows color (decimal): -2904937 or 9940179. OLE color: 9940179.

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

Color convert

RGB211172151-
CMYK00.180.280.17
HSL21º40.54%70.98%-
HSV(B)21º28.44%82.75%-
XYZ47.245.5935.59-
YUV181.27110.92149.21-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.51%
GREEN value IS 172 (67.58% from 255) = 32.21%
BLUE value IS 151 (59.38% from 255) = 28.28%
R=39.51%
G=32.21%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117215100.180.280.172140.5470.98
HexD3AC970121C11152947
Octal32325422702234212551107
Binary1101001110101100100101110100101110010001101011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AC97; }

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

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

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

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

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

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

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

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