#D5A15B

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

Shades of Apache #D5A15B

Tints of Apache #D5A15B

Color information

#D5A15B (or 0xD5A15B) is unknown color: approx Apache. HEX triplet: D5, A1 and 5B. RGB value is (213,161,91). Sum of RGB (Red+Green+Blue) = 213+161+91=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A15B is #2A5EA4. Grayscale: #A8A8A8. Windows color (decimal): -2776741 or 6005205. OLE color: 6005205.

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

Color convert

RGB21316191-
CMYK00.240.570.16
HSL34.43º59.22%59.61%-
HSV(B)34.43º57.28%83.53%-
XYZ42.0740.3915.48-
YUV168.5784.23159.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.81%
GREEN value IS 161 (63.28% from 255) = 34.62%
BLUE value IS 91 (35.94% from 255) = 19.57%
R=45.81%
G=34.62%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131619100.240.570.1634.4359.2259.61
HexD5A15B0183910223b3c
Octal3252411330307120427374
Binary1101010110100001101101101100011100110000100010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A15B; }

 p { color: rgb(213,161,91); }

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

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

 a { background-color: rgb(213,161,91); }

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

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

 span { border-color: rgb(213,161,91); }

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