#D7A461

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

Shades of Apache #D7A461

Tints of Apache #D7A461

Color information

#D7A461 (or 0xD7A461) is unknown color: approx Apache. HEX triplet: D7, A4 and 61. RGB value is (215,164,97). Sum of RGB (Red+Green+Blue) = 215+164+97=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A461 is #285B9E. Grayscale: #ABABAB. Windows color (decimal): -2644895 or 6399191. OLE color: 6399191.

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

Color convert

RGB21516497-
CMYK00.240.550.16
HSL34.07º59.6%61.18%-
HSV(B)34.07º54.88%84.31%-
XYZ43.4641.8617.1-
YUV171.6185.9158.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.17%
GREEN value IS 164 (64.45% from 255) = 34.45%
BLUE value IS 97 (38.28% from 255) = 20.38%
R=45.17%
G=34.45%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151649700.240.550.1634.0759.661.18
HexD7A4610183710223c3d
Octal3272441410306720427475
Binary1101011110100100110000101100011011110000100010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A461; }

 p { color: rgb(215,164,97); }

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

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

 a { background-color: rgb(215,164,97); }

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

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

 span { border-color: rgb(215,164,97); }

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