#D5A754

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

Shades of Apache #D5A754

Tints of Apache #D5A754

Color information

#D5A754 (or 0xD5A754) is unknown color: approx Apache. HEX triplet: D5, A7 and 54. RGB value is (213,167,84). Sum of RGB (Red+Green+Blue) = 213+167+84=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 84 (33.20% from 255 or 18.10% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A754 is #2A58AB. Grayscale: #ABABAB. Windows color (decimal): -2775212 or 5547989. OLE color: 5547989.

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

Color convert

RGB21316784-
CMYK00.220.610.16
HSL38.6º60.56%58.24%-
HSV(B)38.6º60.56%83.53%-
XYZ42.8642.4214.32-
YUV171.2978.74157.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.91%
GREEN value IS 167 (65.62% from 255) = 35.99%
BLUE value IS 84 (33.20% from 255) = 18.10%
R=45.91%
G=35.99%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131678400.220.610.1638.660.5658.24
HexD5A7540163D10273d3a
Octal3252471240267520477572
Binary1101010110100111101010001011011110110000100111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A754; }

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

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

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

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

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

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

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

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