#D8A356

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

Shades of Apache #D8A356

Tints of Apache #D8A356

Color information

#D8A356 (or 0xD8A356) is unknown color: approx Apache. HEX triplet: D8, A3 and 56. RGB value is (216,163,86). Sum of RGB (Red+Green+Blue) = 216+163+86=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A356 is #275CA9. Grayscale: #AAAAAA. Windows color (decimal): -2579626 or 5678040. OLE color: 5678040.

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

Color convert

RGB21616386-
CMYK00.250.600.15
HSL35.54º62.5%59.22%-
HSV(B)35.54º60.19%84.71%-
XYZ43.141.4714.54-
YUV170.0780.56160.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.45%
GREEN value IS 163 (64.06% from 255) = 35.05%
BLUE value IS 86 (33.98% from 255) = 18.49%
R=46.45%
G=35.05%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161638600.250.600.1535.5462.559.22
HexD8A3560193CF243e3b
Octal3302431260317417447673
Binary110110001010001110101100110011111001111100100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A356; }

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

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

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

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

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

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

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

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