#D0A764

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

Shades of Apache #D0A764

Tints of Apache #D0A764

Color information

#D0A764 (or 0xD0A764) is unknown color: approx Apache. HEX triplet: D0, A7 and 64. RGB value is (208,167,100). Sum of RGB (Red+Green+Blue) = 208+167+100=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A764 is #2F589B. Grayscale: #ABABAB. Windows color (decimal): -3102876 or 6596560. OLE color: 6596560.

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

Color convert

RGB208167100-
CMYK00.200.520.18
HSL37.22º53.47%60.39%-
HSV(B)37.22º51.92%81.57%-
XYZ42.1341.9717.94-
YUV171.6287.58153.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.79%
GREEN value IS 167 (65.62% from 255) = 35.16%
BLUE value IS 100 (39.45% from 255) = 21.05%
R=43.79%
G=35.16%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816710000.200.520.1837.2253.4760.39
HexD0A764014341225353c
Octal3202471440246422456574
Binary1101000010100111110010001010011010010010100101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A764; }

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

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

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

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

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

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

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

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