#D4AC60

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

Shades of Apache #D4AC60

Tints of Apache #D4AC60

Color information

#D4AC60 (or 0xD4AC60) is unknown color: approx Apache. HEX triplet: D4, AC and 60. RGB value is (212,172,96). Sum of RGB (Red+Green+Blue) = 212+172+96=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AC60 is #2B539F. Grayscale: #AFAFAF. Windows color (decimal): -2839456 or 6335700. OLE color: 6335700.

HSL color Cylindrical-coordinate representation of color #D4AC60: hue angle of 39.31º degrees, saturation: 0.57, 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 #D4AC60 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB21217296-
CMYK00.190.550.17
HSL39.31º57.43%60.39%-
HSV(B)39.31º54.72%83.14%-
XYZ44.0244.3517.31-
YUV175.383.25154.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.17%
GREEN value IS 172 (67.58% from 255) = 35.83%
BLUE value IS 96 (37.89% from 255) = 20%
R=44.17%
G=35.83%
B=20%

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
Decimal2121729600.190.550.1739.3157.4360.39
HexD4AC60013371127393c
Octal3242541400236721477174
Binary1101010010101100110000001001111011110001100111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AC60; }

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

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

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

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

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

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

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

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