#D1A456

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

Shades of Apache #D1A456

Tints of Apache #D1A456

Color information

#D1A456 (or 0xD1A456) is unknown color: approx Apache. HEX triplet: D1, A4 and 56. RGB value is (209,164,86). Sum of RGB (Red+Green+Blue) = 209+164+86=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 86 (33.98% from 255 or 18.74% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A456 is #2E5BA9. Grayscale: #A8A8A8. Windows color (decimal): -3038122 or 5678289. OLE color: 5678289.

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

Color convert

RGB20916486-
CMYK00.220.590.18
HSL38.05º57.21%57.84%-
HSV(B)38.05º58.85%81.96%-
XYZ41.2540.7814.5-
YUV168.5681.41156.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.53%
GREEN value IS 164 (64.45% from 255) = 35.73%
BLUE value IS 86 (33.98% from 255) = 18.74%
R=45.53%
G=35.73%
B=18.74%

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
Decimal2091648600.220.590.1838.0557.2157.84
HexD1A4560163B1226393a
Octal3212441260267322467172
Binary1101000110100100101011001011011101110010100110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A456; }

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

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

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

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

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

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

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

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