#D0A34E

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

Shades of Apache #D0A34E

Tints of Apache #D0A34E

Color information

#D0A34E (or 0xD0A34E) is unknown color: approx Apache. HEX triplet: D0, A3 and 4E. RGB value is (208,163,78). Sum of RGB (Red+Green+Blue) = 208+163+78=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A34E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A34E is #2F5CB1. Grayscale: #A7A7A7. Windows color (decimal): -3103922 or 5153744. OLE color: 5153744.

HSL color Cylindrical-coordinate representation of color #D0A34E: hue angle of 39.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0A34E is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB20816378-
CMYK00.220.620.18
HSL39.23º58.04%56.08%-
HSV(B)39.23º62.5%81.57%-
XYZ40.4840.1512.82-
YUV166.7677.91157.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.33%
GREEN value IS 163 (64.06% from 255) = 36.30%
BLUE value IS 78 (30.86% from 255) = 17.37%
R=46.33%
G=36.30%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081637800.220.620.1839.2358.0456.08
HexD0A34E0163E12273a38
Octal3202431160267622477270
Binary1101000010100011100111001011011111010010100111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A34E; }

 p { color: rgb(208,163,78); }

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

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

 a { background-color: rgb(208,163,78); }

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

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

 span { border-color: rgb(208,163,78); }

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