#D5A454

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

Shades of Apache #D5A454

Tints of Apache #D5A454

Color information

#D5A454 (or 0xD5A454) is unknown color: approx Apache. HEX triplet: D5, A4 and 54. RGB value is (213,164,84). Sum of RGB (Red+Green+Blue) = 213+164+84=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 84 (33.20% from 255 or 18.22% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A454 is #2A5BAB. Grayscale: #A9A9A9. Windows color (decimal): -2775980 or 5547221. OLE color: 5547221.

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

Color convert

RGB21316484-
CMYK00.230.610.16
HSL37.21º60.56%58.24%-
HSV(B)37.21º60.56%83.53%-
XYZ42.3241.3414.14-
YUV169.5379.73159-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.20%
GREEN value IS 164 (64.45% from 255) = 35.57%
BLUE value IS 84 (33.20% from 255) = 18.22%
R=46.20%
G=35.57%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131648400.230.610.1637.2160.5658.24
HexD5A4540173D10253d3a
Octal3252441240277520457572
Binary1101010110100100101010001011111110110000100101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A454; }

 p { color: rgb(213,164,84); }

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

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

 a { background-color: rgb(213,164,84); }

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

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

 span { border-color: rgb(213,164,84); }

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