#D7A863

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

Shades of Apache #D7A863

Tints of Apache #D7A863

Color information

#D7A863 (or 0xD7A863) is unknown color: approx Apache. HEX triplet: D7, A8 and 63. RGB value is (215,168,99). Sum of RGB (Red+Green+Blue) = 215+168+99=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A863 is #28579C. Grayscale: #AEAEAE. Windows color (decimal): -2643869 or 6531287. OLE color: 6531287.

HSL color Cylindrical-coordinate representation of color #D7A863: hue angle of 35.69º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7A863 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21516899-
CMYK00.220.540.16
HSL35.69º59.18%61.57%-
HSV(B)35.69º53.95%84.31%-
XYZ44.2843.3517.84-
YUV174.1985.57157.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.61%
GREEN value IS 168 (66.02% from 255) = 34.85%
BLUE value IS 99 (39.06% from 255) = 20.54%
R=44.61%
G=34.85%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151689900.220.540.1635.6959.1861.57
HexD7A8630163610243b3e
Octal3272501430266620447376
Binary1101011110101000110001101011011011010000100100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A863; }

 p { color: rgb(215,168,99); }

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

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

 a { background-color: rgb(215,168,99); }

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

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

 span { border-color: rgb(215,168,99); }

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