#D0AF8F

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

Shades of Tan #D0AF8F

Tints of Tan #D0AF8F

Color information

#D0AF8F (or 0xD0AF8F) is unknown color: approx Tan. HEX triplet: D0, AF and 8F. RGB value is (208,175,143). Sum of RGB (Red+Green+Blue) = 208+175+143=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AF8F is #2F5070. Grayscale: #B5B5B5. Windows color (decimal): -3100785 or 9416656. OLE color: 9416656.

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

Color convert

RGB208175143-
CMYK00.160.310.18
HSL29.54º40.88%68.82%-
HSV(B)29.54º31.25%81.57%-
XYZ46.346.0532.44-
YUV181.22106.43147.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.54%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 143 (56.25% from 255) = 27.19%
R=39.54%
G=33.27%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817514300.160.310.1829.5440.8868.82
HexD0AF8F0101F121e2945
Octal32025721702037223651105
Binary1101000010101111100011110100001111110010111101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AF8F; }

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

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

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

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

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

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

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

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