#D7A965

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

Shades of Apache #D7A965

Tints of Apache #D7A965

Color information

#D7A965 (or 0xD7A965) is unknown color: approx Apache. HEX triplet: D7, A9 and 65. RGB value is (215,169,101). Sum of RGB (Red+Green+Blue) = 215+169+101=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A965 is #28569A. Grayscale: #AFAFAF. Windows color (decimal): -2643611 or 6662615. OLE color: 6662615.

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

Color convert

RGB215169101-
CMYK00.210.530.16
HSL35.79º58.76%61.96%-
HSV(B)35.79º53.02%84.31%-
XYZ44.5643.7618.41-
YUV17586.24156.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.33%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 101 (39.84% from 255) = 20.82%
R=44.33%
G=34.85%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516910100.210.530.1635.7958.7661.96
HexD7A9650153510243b3e
Octal3272511450256520447376
Binary1101011110101001110010101010111010110000100100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A965; }

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

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

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

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

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

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

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

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