#D2AD8E

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

Shades of Tan #D2AD8E

Tints of Tan #D2AD8E

Color information

#D2AD8E (or 0xD2AD8E) is unknown color: approx Tan. HEX triplet: D2, AD and 8E. RGB value is (210,173,142). Sum of RGB (Red+Green+Blue) = 210+173+142=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AD8E is #2D5271. Grayscale: #B4B4B4. Windows color (decimal): -2970226 or 9350610. OLE color: 9350610.

HSL color Cylindrical-coordinate representation of color #D2AD8E: hue angle of 27.35º degrees, saturation: 0.43, 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 #D2AD8E is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB210173142-
CMYK00.180.320.18
HSL27.35º43.04%69.02%-
HSV(B)27.35º32.38%82.35%-
XYZ46.445.5431.94-
YUV180.53106.26149.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40%
GREEN value IS 173 (67.97% from 255) = 32.95%
BLUE value IS 142 (55.86% from 255) = 27.05%
R=40%
G=32.95%
B=27.05%

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
Decimal21017314200.180.320.1827.3543.0469.02
HexD2AD8E01220121b2b45
Octal32225521602240223353105
Binary11010010101011011000111001001010000010010110111010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AD8E; }

 p { color: rgb(210,173,142); }

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

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

 a { background-color: rgb(210,173,142); }

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

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

 span { border-color: rgb(210,173,142); }

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