#D7A963

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

Shades of Apache #D7A963

Tints of Apache #D7A963

Color information

#D7A963 (or 0xD7A963) is unknown color: approx Apache. HEX triplet: D7, A9 and 63. RGB value is (215,169,99). Sum of RGB (Red+Green+Blue) = 215+169+99=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A963 is #28569C. Grayscale: #AFAFAF. Windows color (decimal): -2643613 or 6531543. OLE color: 6531543.

HSL color Cylindrical-coordinate representation of color #D7A963: hue angle of 36.21º 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 #D7A963 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21516999-
CMYK00.210.540.16
HSL36.21º59.18%61.57%-
HSV(B)36.21º53.95%84.31%-
XYZ44.4643.7217.9-
YUV174.7785.24156.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.51%
GREEN value IS 169 (66.41% from 255) = 34.99%
BLUE value IS 99 (39.06% from 255) = 20.50%
R=44.51%
G=34.99%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151699900.210.540.1636.2159.1861.57
HexD7A9630153610243b3e
Octal3272511430256620447376
Binary1101011110101001110001101010111011010000100100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A963; }

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

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

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

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

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

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

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

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