#D0A361

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

Shades of Apache #D0A361

Tints of Apache #D0A361

Color information

#D0A361 (or 0xD0A361) is unknown color: approx Apache. HEX triplet: D0, A3 and 61. RGB value is (208,163,97). Sum of RGB (Red+Green+Blue) = 208+163+97=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A361 is #2F5C9E. Grayscale: #A9A9A9. Windows color (decimal): -3103903 or 6398928. OLE color: 6398928.

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

Color convert

RGB20816397-
CMYK00.220.530.18
HSL35.68º54.15%59.8%-
HSV(B)35.68º53.37%81.57%-
XYZ41.2740.4716.95-
YUV168.9387.41155.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.44%
GREEN value IS 163 (64.06% from 255) = 34.83%
BLUE value IS 97 (38.28% from 255) = 20.73%
R=44.44%
G=34.83%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081639700.220.530.1835.6854.1559.8
HexD0A361016351224363c
Octal3202431410266522446674
Binary1101000010100011110000101011011010110010100100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A361; }

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

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

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

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

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

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

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

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