#D7A95F

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

Shades of Apache #D7A95F

Tints of Apache #D7A95F

Color information

#D7A95F (or 0xD7A95F) is unknown color: approx Apache. HEX triplet: D7, A9 and 5F. RGB value is (215,169,95). Sum of RGB (Red+Green+Blue) = 215+169+95=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A95F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A95F is #2856A0. Grayscale: #AEAEAE. Windows color (decimal): -2643617 or 6269399. OLE color: 6269399.

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

Color convert

RGB21516995-
CMYK00.210.560.16
HSL37º60%60.78%-
HSV(B)37º55.81%84.31%-
XYZ44.2843.6516.92-
YUV174.3283.24157.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.89%
GREEN value IS 169 (66.41% from 255) = 35.28%
BLUE value IS 95 (37.5% from 255) = 19.83%
R=44.89%
G=35.28%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151699500.210.560.16376060.78
HexD7A95F0153810253c3d
Octal3272511370257020457475
Binary1101011110101001101111101010111100010000100101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A95F; }

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

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

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

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

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

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

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

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