#D0A64E

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

Shades of Apache #D0A64E

Tints of Apache #D0A64E

Color information

#D0A64E (or 0xD0A64E) is unknown color: approx Apache. HEX triplet: D0, A6 and 4E. RGB value is (208,166,78). Sum of RGB (Red+Green+Blue) = 208+166+78=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 78 (30.86% from 255 or 17.26% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A64E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A64E is #2F59B1. Grayscale: #A8A8A8. Windows color (decimal): -3103154 or 5154512. OLE color: 5154512.

HSL color Cylindrical-coordinate representation of color #D0A64E: hue angle of 40.62º 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 #D0A64E is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB20816678-
CMYK00.200.620.18
HSL40.62º58.04%56.08%-
HSV(B)40.62º62.5%81.57%-
XYZ41.0241.2313-
YUV168.5376.91156.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.02%
GREEN value IS 166 (65.23% from 255) = 36.73%
BLUE value IS 78 (30.86% from 255) = 17.26%
R=46.02%
G=36.73%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081667800.200.620.1840.6258.0456.08
HexD0A64E0143E12293a38
Octal3202461160247622517270
Binary1101000010100110100111001010011111010010101001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A64E; }

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

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

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

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

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

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

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

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