#D0A055

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

Shades of Apache #D0A055

Tints of Apache #D0A055

Color information

#D0A055 (or 0xD0A055) is unknown color: approx Apache. HEX triplet: D0, A0 and 55. RGB value is (208,160,85). Sum of RGB (Red+Green+Blue) = 208+160+85=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A055 is #2F5FAA. Grayscale: #A6A6A6. Windows color (decimal): -3104683 or 5611728. OLE color: 5611728.

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

Color convert

RGB20816085-
CMYK00.230.590.18
HSL36.59º56.68%57.45%-
HSV(B)36.59º59.13%81.57%-
XYZ40.2239.2114.04-
YUV165.882.4158.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.92%
GREEN value IS 160 (62.89% from 255) = 35.32%
BLUE value IS 85 (33.59% from 255) = 18.76%
R=45.92%
G=35.32%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081608500.230.590.1836.5956.6857.45
HexD0A0550173B12253939
Octal3202401250277322457171
Binary1101000010100000101010101011111101110010100101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A055; }

 p { color: rgb(208,160,85); }

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

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

 a { background-color: rgb(208,160,85); }

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

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

 span { border-color: rgb(208,160,85); }

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