#D7A564

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

Shades of Apache #D7A564

Tints of Apache #D7A564

Color information

#D7A564 (or 0xD7A564) is unknown color: approx Apache. HEX triplet: D7, A5 and 64. RGB value is (215,165,100). Sum of RGB (Red+Green+Blue) = 215+165+100=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A564 is #285A9B. Grayscale: #ACACAC. Windows color (decimal): -2644636 or 6596055. OLE color: 6596055.

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

Color convert

RGB215165100-
CMYK00.230.530.16
HSL33.91º58.97%61.76%-
HSV(B)33.91º53.49%84.31%-
XYZ43.7842.2817.91-
YUV172.5487.06158.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.79%
GREEN value IS 165 (64.84% from 255) = 34.38%
BLUE value IS 100 (39.45% from 255) = 20.83%
R=44.79%
G=34.38%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516510000.230.530.1633.9158.9761.76
HexD7A5640173510223b3e
Octal3272451440276520427376
Binary1101011110100101110010001011111010110000100010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A564; }

 p { color: rgb(215,165,100); }

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

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

 a { background-color: rgb(215,165,100); }

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

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

 span { border-color: rgb(215,165,100); }

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