#D8A861

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

Shades of Apache #D8A861

Tints of Apache #D8A861

Color information

#D8A861 (or 0xD8A861) is unknown color: approx Apache. HEX triplet: D8, A8 and 61. RGB value is (216,168,97). Sum of RGB (Red+Green+Blue) = 216+168+97=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A861 is #27579E. Grayscale: #AEAEAE. Windows color (decimal): -2578335 or 6400216. OLE color: 6400216.

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

Color convert

RGB21616897-
CMYK00.220.550.15
HSL35.8º60.41%61.37%-
HSV(B)35.8º55.09%84.71%-
XYZ44.4843.4717.35-
YUV174.2684.4157.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.91%
GREEN value IS 168 (66.02% from 255) = 34.93%
BLUE value IS 97 (38.28% from 255) = 20.17%
R=44.91%
G=34.93%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161689700.220.550.1535.860.4161.37
HexD8A86101637F243c3d
Octal3302501410266717447475
Binary110110001010100011000010101101101111111100100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A861; }

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

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

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

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

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

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

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

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