#D1A563

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

Shades of Apache #D1A563

Tints of Apache #D1A563

Color information

#D1A563 (or 0xD1A563) is unknown color: approx Apache. HEX triplet: D1, A5 and 63. RGB value is (209,165,99). Sum of RGB (Red+Green+Blue) = 209+165+99=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A563 is #2E5A9C. Grayscale: #AAAAAA. Windows color (decimal): -3037853 or 6530513. OLE color: 6530513.

HSL color Cylindrical-coordinate representation of color #D1A563: hue angle of 36º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1A563 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB20916599-
CMYK00.210.530.18
HSL36º54.46%60.39%-
HSV(B)36º52.63%81.96%-
XYZ4241.3717.58-
YUV170.6387.58155.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.19%
GREEN value IS 165 (64.84% from 255) = 34.88%
BLUE value IS 99 (39.06% from 255) = 20.93%
R=44.19%
G=34.88%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091659900.210.530.183654.4660.39
HexD1A563015351224363c
Octal3212451430256522446674
Binary1101000110100101110001101010111010110010100100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A563; }

 p { color: rgb(209,165,99); }

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

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

 a { background-color: rgb(209,165,99); }

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

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

 span { border-color: rgb(209,165,99); }

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