#D2AD8D

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

Shades of Tan #D2AD8D

Tints of Tan #D2AD8D

Color information

#D2AD8D (or 0xD2AD8D) is unknown color: approx Tan. HEX triplet: D2, AD and 8D. RGB value is (210,173,141). Sum of RGB (Red+Green+Blue) = 210+173+141=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AD8D is #2D5272. Grayscale: #B4B4B4. Windows color (decimal): -2970227 or 9285074. OLE color: 9285074.

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

Color convert

RGB210173141-
CMYK00.180.330.18
HSL27.83º43.4%68.82%-
HSV(B)27.83º32.86%82.35%-
XYZ46.3345.5131.54-
YUV180.42105.76149.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.08%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 141 (55.47% from 255) = 26.91%
R=40.08%
G=33.02%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017314100.180.330.1827.8343.468.82
HexD2AD8D01221121c2b45
Octal32225521502241223453105
Binary11010010101011011000110101001010000110010111001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AD8D; }

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

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

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

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

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

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

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

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