#D0A54D

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

Shades of Apache #D0A54D

Tints of Apache #D0A54D

Color information

#D0A54D (or 0xD0A54D) is unknown color: approx Apache. HEX triplet: D0, A5 and 4D. RGB value is (208,165,77). Sum of RGB (Red+Green+Blue) = 208+165+77=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A54D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A54D is #2F5AB2. Grayscale: #A8A8A8. Windows color (decimal): -3103411 or 5088720. OLE color: 5088720.

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

Color convert

RGB20816577-
CMYK00.210.630.18
HSL40.31º58.22%55.88%-
HSV(B)40.31º62.98%81.57%-
XYZ40.8140.8612.76-
YUV167.8276.75156.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.22%
GREEN value IS 165 (64.84% from 255) = 36.67%
BLUE value IS 77 (30.47% from 255) = 17.11%
R=46.22%
G=36.67%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081657700.210.630.1840.3158.2255.88
HexD0A54D0153F12283a38
Octal3202451150257722507270
Binary1101000010100101100110101010111111110010101000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A54D; }

 p { color: rgb(208,165,77); }

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

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

 a { background-color: rgb(208,165,77); }

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

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

 span { border-color: rgb(208,165,77); }

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