#D1AC8F

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

Shades of Cashmere #D1AC8F

Tints of Cashmere #D1AC8F

Color information

#D1AC8F (or 0xD1AC8F) is unknown color: approx Cashmere. HEX triplet: D1, AC and 8F. RGB value is (209,172,143). Sum of RGB (Red+Green+Blue) = 209+172+143=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AC8F is #2E5370. Grayscale: #B3B3B3. Windows color (decimal): -3036017 or 9415889. OLE color: 9415889.

HSL color Cylindrical-coordinate representation of color #D1AC8F: hue angle of 26.36º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1AC8F is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB209172143-
CMYK00.180.320.18
HSL26.36º41.77%69.02%-
HSV(B)26.36º31.58%81.96%-
XYZ4645.0432.26-
YUV179.76107.26148.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.89%
GREEN value IS 172 (67.58% from 255) = 32.82%
BLUE value IS 143 (56.25% from 255) = 27.29%
R=39.89%
G=32.82%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917214300.180.320.1826.3641.7769.02
HexD1AC8F01220121a2a45
Octal32125421702240223252105
Binary11010001101011001000111101001010000010010110101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AC8F; }

 p { color: rgb(209,172,143); }

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

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

 a { background-color: rgb(209,172,143); }

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

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

 span { border-color: rgb(209,172,143); }

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