#D0AE8E

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

Shades of Tan #D0AE8E

Tints of Tan #D0AE8E

Color information

#D0AE8E (or 0xD0AE8E) is unknown color: approx Tan. HEX triplet: D0, AE and 8E. RGB value is (208,174,142). Sum of RGB (Red+Green+Blue) = 208+174+142=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AE8E is #2F5171. Grayscale: #B4B4B4. Windows color (decimal): -3101042 or 9350864. OLE color: 9350864.

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

Color convert

RGB208174142-
CMYK00.160.320.18
HSL29.09º41.25%68.63%-
HSV(B)29.09º31.73%81.57%-
XYZ46.0345.6331.97-
YUV180.52106.26147.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.69%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 142 (55.86% from 255) = 27.10%
R=39.69%
G=33.21%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817414200.160.320.1829.0941.2568.63
HexD0AE8E01020121d2945
Octal32025621602040223551105
Binary11010000101011101000111001000010000010010111011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AE8E; }

 p { color: rgb(208,174,142); }

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

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

 a { background-color: rgb(208,174,142); }

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

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

 span { border-color: rgb(208,174,142); }

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