#D1A361

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

Shades of Apache #D1A361

Tints of Apache #D1A361

Color information

#D1A361 (or 0xD1A361) is unknown color: approx Apache. HEX triplet: D1, A3 and 61. RGB value is (209,163,97). Sum of RGB (Red+Green+Blue) = 209+163+97=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A361 is #2E5C9E. Grayscale: #A9A9A9. Windows color (decimal): -3038367 or 6398929. OLE color: 6398929.

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

Color convert

RGB20916397-
CMYK00.220.540.18
HSL35.36º54.9%60%-
HSV(B)35.36º53.59%81.96%-
XYZ41.5540.6116.96-
YUV169.2387.24156.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.56%
GREEN value IS 163 (64.06% from 255) = 34.75%
BLUE value IS 97 (38.28% from 255) = 20.68%
R=44.56%
G=34.75%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091639700.220.540.1835.3654.960
HexD1A361016361223373c
Octal3212431410266622436774
Binary1101000110100011110000101011011011010010100011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A361; }

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

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

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

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

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

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

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

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