#D0A767

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

Shades of Apache #D0A767

Tints of Apache #D0A767

Color information

#D0A767 (or 0xD0A767) is unknown color: approx Apache. HEX triplet: D0, A7 and 67. RGB value is (208,167,103). Sum of RGB (Red+Green+Blue) = 208+167+103=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A767 is #2F5898. Grayscale: #ACACAC. Windows color (decimal): -3102873 or 6793168. OLE color: 6793168.

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

Color convert

RGB208167103-
CMYK00.200.500.18
HSL36.57º52.76%60.98%-
HSV(B)36.57º50.48%81.57%-
XYZ42.2842.0318.72-
YUV171.9689.08153.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.51%
GREEN value IS 167 (65.62% from 255) = 34.94%
BLUE value IS 103 (40.62% from 255) = 21.55%
R=43.51%
G=34.94%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816710300.200.500.1836.5752.7660.98
HexD0A767014321225353d
Octal3202471470246222456575
Binary1101000010100111110011101010011001010010100101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A767; }

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

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

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

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

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

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

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

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