#D1A356

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

Shades of Apache #D1A356

Tints of Apache #D1A356

Color information

#D1A356 (or 0xD1A356) is unknown color: approx Apache. HEX triplet: D1, A3 and 56. RGB value is (209,163,86). Sum of RGB (Red+Green+Blue) = 209+163+86=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A356 is #2E5CA9. Grayscale: #A8A8A8. Windows color (decimal): -3038378 or 5678033. OLE color: 5678033.

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

Color convert

RGB20916386-
CMYK00.220.590.18
HSL37.56º57.21%57.84%-
HSV(B)37.56º58.85%81.96%-
XYZ41.0740.4214.44-
YUV167.9881.74157.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.63%
GREEN value IS 163 (64.06% from 255) = 35.59%
BLUE value IS 86 (33.98% from 255) = 18.78%
R=45.63%
G=35.59%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091638600.220.590.1837.5657.2157.84
HexD1A3560163B1226393a
Octal3212431260267322467172
Binary1101000110100011101011001011011101110010100110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A356; }

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

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

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

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

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

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

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

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