#D5A155

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

Shades of Apache #D5A155

Tints of Apache #D5A155

Color information

#D5A155 (or 0xD5A155) is unknown color: approx Apache. HEX triplet: D5, A1 and 55. RGB value is (213,161,85). Sum of RGB (Red+Green+Blue) = 213+161+85=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A155 is #2A5EAA. Grayscale: #A8A8A8. Windows color (decimal): -2776747 or 5611989. OLE color: 5611989.

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

Color convert

RGB21316185-
CMYK00.240.600.16
HSL35.63º60.38%58.43%-
HSV(B)35.63º60.09%83.53%-
XYZ41.8340.2914.17-
YUV167.8881.23160.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.41%
GREEN value IS 161 (63.28% from 255) = 35.08%
BLUE value IS 85 (33.59% from 255) = 18.52%
R=46.41%
G=35.08%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131618500.240.600.1635.6360.3858.43
HexD5A1550183C10243c3a
Octal3252411250307420447472
Binary1101010110100001101010101100011110010000100100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A155; }

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

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

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

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

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

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

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

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