#D1A857

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

Shades of Apache #D1A857

Tints of Apache #D1A857

Color information

#D1A857 (or 0xD1A857) is unknown color: approx Apache. HEX triplet: D1, A8 and 57. RGB value is (209,168,87). Sum of RGB (Red+Green+Blue) = 209+168+87=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 87 (34.38% from 255 or 18.75% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A857 is #2E57A8. Grayscale: #ABABAB. Windows color (decimal): -3037097 or 5744849. OLE color: 5744849.

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

Color convert

RGB20916887-
CMYK00.200.580.18
HSL39.84º57.01%58.04%-
HSV(B)39.84º58.37%81.96%-
XYZ42.0242.2514.96-
YUV171.0280.58155.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.04%
GREEN value IS 168 (66.02% from 255) = 36.21%
BLUE value IS 87 (34.38% from 255) = 18.75%
R=45.04%
G=36.21%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091688700.200.580.1839.8457.0158.04
HexD1A8570143A1228393a
Octal3212501270247222507172
Binary1101000110101000101011101010011101010010101000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A857; }

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

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

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

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

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

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

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

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