#D0A167

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

Shades of Apache #D0A167

Tints of Apache #D0A167

Color information

#D0A167 (or 0xD0A167) is unknown color: approx Apache. HEX triplet: D0, A1 and 67. RGB value is (208,161,103). Sum of RGB (Red+Green+Blue) = 208+161+103=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A167 is #2F5E98. Grayscale: #A8A8A8. Windows color (decimal): -3104409 or 6791632. OLE color: 6791632.

HSL color Cylindrical-coordinate representation of color #D0A167: hue angle of 33.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0A167 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB208161103-
CMYK00.230.500.18
HSL33.14º52.76%60.98%-
HSV(B)33.14º50.48%81.57%-
XYZ41.2139.8818.36-
YUV168.4491.07156.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.07%
GREEN value IS 161 (63.28% from 255) = 34.11%
BLUE value IS 103 (40.62% from 255) = 21.82%
R=44.07%
G=34.11%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816110300.230.500.1833.1452.7660.98
HexD0A167017321221353d
Octal3202411470276222416575
Binary1101000010100001110011101011111001010010100001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A167; }

 p { color: rgb(208,161,103); }

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

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

 a { background-color: rgb(208,161,103); }

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

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

 span { border-color: rgb(208,161,103); }

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