#D5A156

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

Shades of Apache #D5A156

Tints of Apache #D5A156

Color information

#D5A156 (or 0xD5A156) is unknown color: approx Apache. HEX triplet: D5, A1 and 56. RGB value is (213,161,86). Sum of RGB (Red+Green+Blue) = 213+161+86=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A156 is #2A5EA9. Grayscale: #A8A8A8. Windows color (decimal): -2776746 or 5677525. OLE color: 5677525.

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

Color convert

RGB21316186-
CMYK00.240.600.16
HSL35.43º60.19%58.63%-
HSV(B)35.43º59.62%83.53%-
XYZ41.8740.3114.38-
YUV16881.73160.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.30%
GREEN value IS 161 (63.28% from 255) = 35%
BLUE value IS 86 (33.98% from 255) = 18.70%
R=46.30%
G=35%
B=18.70%

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
Decimal2131618600.240.600.1635.4360.1958.63
HexD5A1560183C10233c3b
Octal3252411260307420437473
Binary1101010110100001101011001100011110010000100011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A156; }

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

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

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

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

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

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

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

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