#D6AC8F

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

Shades of Cashmere #D6AC8F

Tints of Cashmere #D6AC8F

Color information

#D6AC8F (or 0xD6AC8F) is unknown color: approx Cashmere. HEX triplet: D6, AC and 8F. RGB value is (214,172,143). Sum of RGB (Red+Green+Blue) = 214+172+143=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AC8F is #295370. Grayscale: #B5B5B5. Windows color (decimal): -2708337 or 9415894. OLE color: 9415894.

HSL color Cylindrical-coordinate representation of color #D6AC8F: hue angle of 24.51º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6AC8F is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB214172143-
CMYK00.200.330.16
HSL24.51º46.41%70%-
HSV(B)24.51º33.18%83.92%-
XYZ47.4445.7832.32-
YUV181.25106.41151.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 143 (56.25% from 255) = 27.03%
R=40.45%
G=32.51%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417214300.200.330.1624.5146.4170
HexD6AC8F0142110192e46
Octal32625421702441203156106
Binary11010110101011001000111101010010000110000110011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AC8F; }

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

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

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

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

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

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

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

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