#D1AF8B

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

Shades of Tan #D1AF8B

Tints of Tan #D1AF8B

Color information

#D1AF8B (or 0xD1AF8B) is unknown color: approx Tan. HEX triplet: D1, AF and 8B. RGB value is (209,175,139). Sum of RGB (Red+Green+Blue) = 209+175+139=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AF8B is #2E5074. Grayscale: #B5B5B5. Windows color (decimal): -3035253 or 9154513. OLE color: 9154513.

HSL color Cylindrical-coordinate representation of color #D1AF8B: hue angle of 30.86º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1AF8B is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB209175139-
CMYK00.160.330.18
HSL30.86º43.21%68.24%-
HSV(B)30.86º33.49%81.96%-
XYZ46.2846.0830.88-
YUV181.06104.26147.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.96%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 139 (54.69% from 255) = 26.58%
R=39.96%
G=33.46%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917513900.160.330.1830.8643.2168.24
HexD1AF8B01021121f2b44
Octal32125721302041223753104
Binary11010001101011111000101101000010000110010111111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AF8B; }

 p { color: rgb(209,175,139); }

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

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

 a { background-color: rgb(209,175,139); }

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

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

 span { border-color: rgb(209,175,139); }

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