#D8A359

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

Shades of Apache #D8A359

Tints of Apache #D8A359

Color information

#D8A359 (or 0xD8A359) is unknown color: approx Apache. HEX triplet: D8, A3 and 59. RGB value is (216,163,89). Sum of RGB (Red+Green+Blue) = 216+163+89=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A359 is #275CA6. Grayscale: #AAAAAA. Windows color (decimal): -2579623 or 5874648. OLE color: 5874648.

HSL color Cylindrical-coordinate representation of color #D8A359: hue angle of 34.96º 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 #D8A359 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB21616389-
CMYK00.250.590.15
HSL34.96º61.95%59.8%-
HSV(B)34.96º58.8%84.71%-
XYZ43.2241.5115.19-
YUV170.4182.06160.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.15%
GREEN value IS 163 (64.06% from 255) = 34.83%
BLUE value IS 89 (35.16% from 255) = 19.02%
R=46.15%
G=34.83%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161638900.250.590.1534.9661.9559.8
HexD8A3590193BF233e3c
Octal3302431310317317437674
Binary110110001010001110110010110011110111111100011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A359; }

 p { color: rgb(216,163,89); }

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

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

 a { background-color: rgb(216,163,89); }

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

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

 span { border-color: rgb(216,163,89); }

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