#D1A757

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

Shades of Apache #D1A757

Tints of Apache #D1A757

Color information

#D1A757 (or 0xD1A757) is unknown color: approx Apache. HEX triplet: D1, A7 and 57. RGB value is (209,167,87). Sum of RGB (Red+Green+Blue) = 209+167+87=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 87 (34.38% from 255 or 18.79% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A757 is #2E58A8. Grayscale: #AAAAAA. Windows color (decimal): -3037353 or 5744593. OLE color: 5744593.

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

Color convert

RGB20916787-
CMYK00.200.580.18
HSL39.34º57.01%58.04%-
HSV(B)39.34º58.37%81.96%-
XYZ41.8341.8814.9-
YUV170.4480.91155.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.14%
GREEN value IS 167 (65.62% from 255) = 36.07%
BLUE value IS 87 (34.38% from 255) = 18.79%
R=45.14%
G=36.07%
B=18.79%

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
Decimal2091678700.200.580.1839.3457.0158.04
HexD1A7570143A1227393a
Octal3212471270247222477172
Binary1101000110100111101011101010011101010010100111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A757; }

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

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

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

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

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

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

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

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