#D4AC5F

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

Shades of Apache #D4AC5F

Tints of Apache #D4AC5F

Color information

#D4AC5F (or 0xD4AC5F) is unknown color: approx Apache. HEX triplet: D4, AC and 5F. RGB value is (212,172,95). Sum of RGB (Red+Green+Blue) = 212+172+95=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AC5F is #2B53A0. Grayscale: #AFAFAF. Windows color (decimal): -2839457 or 6270164. OLE color: 6270164.

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

Color convert

RGB21217295-
CMYK00.190.550.17
HSL39.49º57.64%60.2%-
HSV(B)39.49º55.19%83.14%-
XYZ43.9744.3317.07-
YUV175.1882.75154.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.26%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 95 (37.5% from 255) = 19.83%
R=44.26%
G=35.91%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121729500.190.550.1739.4957.6460.2
HexD4AC5F0133711273a3c
Octal3242541370236721477274
Binary1101010010101100101111101001111011110001100111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AC5F; }

 p { color: rgb(212,172,95); }

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

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

 a { background-color: rgb(212,172,95); }

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

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

 span { border-color: rgb(212,172,95); }

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