#d8a75c

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

Shades of Apache #D8A75C

Tints of Apache #D8A75C

Color information

#D8A75C (or 0xD8A75C) is unknown color: approx Apache. HEX triplet: D8, A7 and 5C. RGB value is (216,167,92). Sum of RGB (Red+Green+Blue) = 216+167+92=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A75C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A75C is #2758A3. Grayscale: #ADADAD. Windows color (decimal): -2578596 or 6072280. OLE color: 6072280.

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

Color convert

RGB21616792-
CMYK00.230.570.15
HSL36.29º61.39%60.39%-
HSV(B)36.29º57.41%84.71%-
XYZ44.0743.0116.1-
YUV173.182.23158.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.47%
GREEN value IS 167 (65.62% from 255) = 35.16%
BLUE value IS 92 (36.33% from 255) = 19.37%
R=45.47%
G=35.16%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161679200.230.570.1536.2961.3960.39
HexD8A75C01739F243d3c
Octal3302471340277117447574
Binary110110001010011110111000101111110011111100100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8a75c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8a75c; }

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

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

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

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

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

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

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

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