#D3AF8F

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

Shades of Tan #D3AF8F

Tints of Tan #D3AF8F

Color information

#D3AF8F (or 0xD3AF8F) is unknown color: approx Tan. HEX triplet: D3, AF and 8F. RGB value is (211,175,143). Sum of RGB (Red+Green+Blue) = 211+175+143=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AF8F is #2C5070. Grayscale: #B6B6B6. Windows color (decimal): -2904177 or 9416659. OLE color: 9416659.

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

Color convert

RGB211175143-
CMYK00.170.320.17
HSL28.24º43.59%69.41%-
HSV(B)28.24º32.23%82.75%-
XYZ47.1546.4932.48-
YUV182.12105.93148.6-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.89%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 143 (56.25% from 255) = 27.03%
R=39.89%
G=33.08%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117514300.170.320.1728.2443.5969.41
HexD3AF8F01120111c2c45
Octal32325721702140213454105
Binary11010011101011111000111101000110000010001111001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AF8F; }

 p { color: rgb(211,175,143); }

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

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

 a { background-color: rgb(211,175,143); }

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

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

 span { border-color: rgb(211,175,143); }

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