#D8A765

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

Shades of Apache #D8A765

Tints of Apache #D8A765

Color information

#D8A765 (or 0xD8A765) is unknown color: approx Apache. HEX triplet: D8, A7 and 65. RGB value is (216,167,101). Sum of RGB (Red+Green+Blue) = 216+167+101=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A765 is #27589A. Grayscale: #AEAEAE. Windows color (decimal): -2578587 or 6662104. OLE color: 6662104.

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

Color convert

RGB216167101-
CMYK00.230.530.15
HSL34.43º59.59%62.16%-
HSV(B)34.43º53.24%84.71%-
XYZ44.4943.1818.3-
YUV174.1386.73157.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.63%
GREEN value IS 167 (65.62% from 255) = 34.50%
BLUE value IS 101 (39.84% from 255) = 20.87%
R=44.63%
G=34.50%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616710100.230.530.1534.4359.5962.16
HexD8A76501735F223c3e
Octal3302471450276517427476
Binary110110001010011111001010101111101011111100010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A765; }

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

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

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

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

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

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

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

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