#D7A861

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

Shades of Apache #D7A861

Tints of Apache #D7A861

Color information

#D7A861 (or 0xD7A861) is unknown color: approx Apache. HEX triplet: D7, A8 and 61. RGB value is (215,168,97). Sum of RGB (Red+Green+Blue) = 215+168+97=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 97 (38.28% from 255 or 20.21% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A861 is #28579E. Grayscale: #AEAEAE. Windows color (decimal): -2643871 or 6400215. OLE color: 6400215.

HSL color Cylindrical-coordinate representation of color #D7A861: hue angle of 36.1º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D7A861 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21516897-
CMYK00.220.550.16
HSL36.1º59.6%61.18%-
HSV(B)36.1º54.88%84.31%-
XYZ44.1843.3217.34-
YUV173.9684.57157.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.79%
GREEN value IS 168 (66.02% from 255) = 35%
BLUE value IS 97 (38.28% from 255) = 20.21%
R=44.79%
G=35%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151689700.220.550.1636.159.661.18
HexD7A8610163710243c3d
Octal3272501410266720447475
Binary1101011110101000110000101011011011110000100100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A861; }

 p { color: rgb(215,168,97); }

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

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

 a { background-color: rgb(215,168,97); }

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

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

 span { border-color: rgb(215,168,97); }

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