#D4A459

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

Shades of Apache #D4A459

Tints of Apache #D4A459

Color information

#D4A459 (or 0xD4A459) is unknown color: approx Apache. HEX triplet: D4, A4 and 59. RGB value is (212,164,89). Sum of RGB (Red+Green+Blue) = 212+164+89=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A459 is #2B5BA6. Grayscale: #AAAAAA. Windows color (decimal): -2841511 or 5874900. OLE color: 5874900.

HSL color Cylindrical-coordinate representation of color #D4A459: hue angle of 36.59º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4A459 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB21216489-
CMYK00.230.580.17
HSL36.59º58.85%59.02%-
HSV(B)36.59º58.02%83.14%-
XYZ42.2341.2715.19-
YUV169.882.4158.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.59%
GREEN value IS 164 (64.45% from 255) = 35.27%
BLUE value IS 89 (35.16% from 255) = 19.14%
R=45.59%
G=35.27%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121648900.230.580.1736.5958.8559.02
HexD4A4590173A11253b3b
Octal3242441310277221457373
Binary1101010010100100101100101011111101010001100101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A459; }

 p { color: rgb(212,164,89); }

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

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

 a { background-color: rgb(212,164,89); }

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

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

 span { border-color: rgb(212,164,89); }

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