#D7A259

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

Shades of Apache #D7A259

Tints of Apache #D7A259

Color information

#D7A259 (or 0xD7A259) is unknown color: approx Apache. HEX triplet: D7, A2 and 59. RGB value is (215,162,89). Sum of RGB (Red+Green+Blue) = 215+162+89=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 89 (35.16% from 255 or 19.10% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A259 is #285DA6. Grayscale: #A9A9A9. Windows color (decimal): -2645415 or 5874391. OLE color: 5874391.

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

Color convert

RGB21516289-
CMYK00.250.590.16
HSL34.76º61.17%59.61%-
HSV(B)34.76º58.6%84.31%-
XYZ42.7541.0115.11-
YUV169.5282.56160.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.14%
GREEN value IS 162 (63.67% from 255) = 34.76%
BLUE value IS 89 (35.16% from 255) = 19.10%
R=46.14%
G=34.76%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151628900.250.590.1634.7661.1759.61
HexD7A2590193B10233d3c
Octal3272421310317320437574
Binary1101011110100010101100101100111101110000100011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A259; }

 p { color: rgb(215,162,89); }

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

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

 a { background-color: rgb(215,162,89); }

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

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

 span { border-color: rgb(215,162,89); }

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