#D5AF5B

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

Shades of Apache #D5AF5B

Tints of Apache #D5AF5B

Color information

#D5AF5B (or 0xD5AF5B) is unknown color: approx Apache. HEX triplet: D5, AF and 5B. RGB value is (213,175,91). Sum of RGB (Red+Green+Blue) = 213+175+91=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF5B is #2A50A4. Grayscale: #B1B1B1. Windows color (decimal): -2773157 or 6008789. OLE color: 6008789.

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

Color convert

RGB21317591-
CMYK00.180.570.16
HSL41.31º59.22%59.61%-
HSV(B)41.31º57.28%83.53%-
XYZ44.6645.5616.34-
YUV176.7979.59153.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.47%
GREEN value IS 175 (68.75% from 255) = 36.53%
BLUE value IS 91 (35.94% from 255) = 19.00%
R=44.47%
G=36.53%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131759100.180.570.1641.3159.2259.61
HexD5AF5B0123910293b3c
Octal3252571330227120517374
Binary1101010110101111101101101001011100110000101001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AF5B; }

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

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

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

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

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

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

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

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