#D1A359

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

Shades of Apache #D1A359

Tints of Apache #D1A359

Color information

#D1A359 (or 0xD1A359) is unknown color: approx Apache. HEX triplet: D1, A3 and 59. RGB value is (209,163,89). Sum of RGB (Red+Green+Blue) = 209+163+89=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A359 is #2E5CA6. Grayscale: #A8A8A8. Windows color (decimal): -3038375 or 5874641. OLE color: 5874641.

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

Color convert

RGB20916389-
CMYK00.220.570.18
HSL37º56.6%58.43%-
HSV(B)37º57.42%81.96%-
XYZ41.1940.4715.09-
YUV168.3283.24157.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.34%
GREEN value IS 163 (64.06% from 255) = 35.36%
BLUE value IS 89 (35.16% from 255) = 19.31%
R=45.34%
G=35.36%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091638900.220.570.183756.658.43
HexD1A359016391225393a
Octal3212431310267122457172
Binary1101000110100011101100101011011100110010100101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A359; }

 p { color: rgb(209,163,89); }

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

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

 a { background-color: rgb(209,163,89); }

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

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

 span { border-color: rgb(209,163,89); }

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