#D1A157

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

Shades of Apache #D1A157

Tints of Apache #D1A157

Color information

#D1A157 (or 0xD1A157) is unknown color: approx Apache. HEX triplet: D1, A1 and 57. RGB value is (209,161,87). Sum of RGB (Red+Green+Blue) = 209+161+87=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A157 is #2E5EA8. Grayscale: #A7A7A7. Windows color (decimal): -3038889 or 5743057. OLE color: 5743057.

HSL color Cylindrical-coordinate representation of color #D1A157: hue angle of 36.39º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D1A157 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB20916187-
CMYK00.230.580.18
HSL36.39º57.01%58.04%-
HSV(B)36.39º58.37%81.96%-
XYZ40.7639.7314.54-
YUV166.9282.9158.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.73%
GREEN value IS 161 (63.28% from 255) = 35.23%
BLUE value IS 87 (34.38% from 255) = 19.04%
R=45.73%
G=35.23%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091618700.230.580.1836.3957.0158.04
HexD1A1570173A1224393a
Octal3212411270277222447172
Binary1101000110100001101011101011111101010010100100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A157; }

 p { color: rgb(209,161,87); }

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

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

 a { background-color: rgb(209,161,87); }

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

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

 span { border-color: rgb(209,161,87); }

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