#D0A660

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

Shades of Apache #D0A660

Tints of Apache #D0A660

Color information

#D0A660 (or 0xD0A660) is unknown color: approx Apache. HEX triplet: D0, A6 and 60. RGB value is (208,166,96). Sum of RGB (Red+Green+Blue) = 208+166+96=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A660 is #2F599F. Grayscale: #AAAAAA. Windows color (decimal): -3103136 or 6334160. OLE color: 6334160.

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

Color convert

RGB20816696-
CMYK00.200.540.18
HSL37.5º54.37%59.61%-
HSV(B)37.5º53.85%81.57%-
XYZ41.7641.5316.88-
YUV170.5885.91154.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.26%
GREEN value IS 166 (65.23% from 255) = 35.32%
BLUE value IS 96 (37.89% from 255) = 20.43%
R=44.26%
G=35.32%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081669600.200.540.1837.554.3759.61
HexD0A660014361226363c
Octal3202461400246622466674
Binary1101000010100110110000001010011011010010100110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A660; }

 p { color: rgb(208,166,96); }

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

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

 a { background-color: rgb(208,166,96); }

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

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

 span { border-color: rgb(208,166,96); }

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