#D7A364

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

Shades of Apache #D7A364

Tints of Apache #D7A364

Color information

#D7A364 (or 0xD7A364) is unknown color: approx Apache. HEX triplet: D7, A3 and 64. RGB value is (215,163,100). Sum of RGB (Red+Green+Blue) = 215+163+100=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A364 is #285C9B. Grayscale: #ABABAB. Windows color (decimal): -2645148 or 6595543. OLE color: 6595543.

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

Color convert

RGB215163100-
CMYK00.240.530.16
HSL32.87º58.97%61.76%-
HSV(B)32.87º53.49%84.31%-
XYZ43.4241.5617.79-
YUV171.3787.73159.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.98%
GREEN value IS 163 (64.06% from 255) = 34.10%
BLUE value IS 100 (39.45% from 255) = 20.92%
R=44.98%
G=34.10%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516310000.240.530.1632.8758.9761.76
HexD7A3640183510213b3e
Octal3272431440306520417376
Binary1101011110100011110010001100011010110000100001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A364; }

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

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

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

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

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

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

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

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