#D8A758

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

Shades of Apache #D8A758

Tints of Apache #D8A758

Color information

#D8A758 (or 0xD8A758) is unknown color: approx Apache. HEX triplet: D8, A7 and 58. RGB value is (216,167,88). Sum of RGB (Red+Green+Blue) = 216+167+88=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A758 is #2758A7. Grayscale: #ADADAD. Windows color (decimal): -2578600 or 5810136. OLE color: 5810136.

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

Color convert

RGB21616788-
CMYK00.230.590.15
HSL37.03º62.14%59.61%-
HSV(B)37.03º59.26%84.71%-
XYZ43.942.9415.21-
YUV172.6480.23158.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.86%
GREEN value IS 167 (65.62% from 255) = 35.46%
BLUE value IS 88 (34.77% from 255) = 18.68%
R=45.86%
G=35.46%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161678800.230.590.1537.0362.1459.61
HexD8A7580173BF253e3c
Octal3302471300277317457674
Binary110110001010011110110000101111110111111100101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A758; }

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

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

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

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

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

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

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

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