#D8A760

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

Shades of Apache #D8A760

Tints of Apache #D8A760

Color information

#D8A760 (or 0xD8A760) is unknown color: approx Apache. HEX triplet: D8, A7 and 60. RGB value is (216,167,96). Sum of RGB (Red+Green+Blue) = 216+167+96=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A760 is #27589F. Grayscale: #ADADAD. Windows color (decimal): -2578592 or 6334424. OLE color: 6334424.

HSL color Cylindrical-coordinate representation of color #D8A760: hue angle of 35.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8A760 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21616796-
CMYK00.230.560.15
HSL35.5º60.61%61.18%-
HSV(B)35.5º55.56%84.71%-
XYZ44.2543.0817.05-
YUV173.5684.23158.27-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.09%
GREEN value IS 167 (65.62% from 255) = 34.86%
BLUE value IS 96 (37.89% from 255) = 20.04%
R=45.09%
G=34.86%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161679600.230.560.1535.560.6161.18
HexD8A76001738F243d3d
Octal3302471400277017447575
Binary110110001010011111000000101111110001111100100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A760; }

 p { color: rgb(216,167,96); }

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

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

 a { background-color: rgb(216,167,96); }

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

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

 span { border-color: rgb(216,167,96); }

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