#D5AB54

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

Shades of Apache #D5AB54

Tints of Apache #D5AB54

Color information

#D5AB54 (or 0xD5AB54) is unknown color: approx Apache. HEX triplet: D5, AB and 54. RGB value is (213,171,84). Sum of RGB (Red+Green+Blue) = 213+171+84=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB54 is #2A54AB. Grayscale: #AEAEAE. Windows color (decimal): -2774188 or 5549013. OLE color: 5549013.

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

Color convert

RGB21317184-
CMYK00.200.610.16
HSL40.47º60.56%58.24%-
HSV(B)40.47º60.56%83.53%-
XYZ43.643.9114.57-
YUV173.6477.41156.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.51%
GREEN value IS 171 (67.19% from 255) = 36.54%
BLUE value IS 84 (33.20% from 255) = 17.95%
R=45.51%
G=36.54%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131718400.200.610.1640.4760.5658.24
HexD5AB540143D10283d3a
Octal3252531240247520507572
Binary1101010110101011101010001010011110110000101000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AB54; }

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

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

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

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

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

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

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

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