#D0A05B

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

Shades of Apache #D0A05B

Tints of Apache #D0A05B

Color information

#D0A05B (or 0xD0A05B) is unknown color: approx Apache. HEX triplet: D0, A0 and 5B. RGB value is (208,160,91). Sum of RGB (Red+Green+Blue) = 208+160+91=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A05B is #2F5FA4. Grayscale: #A6A6A6. Windows color (decimal): -3104677 or 6004944. OLE color: 6004944.

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

Color convert

RGB20816091-
CMYK00.230.560.18
HSL35.38º55.45%58.63%-
HSV(B)35.38º56.25%81.57%-
XYZ40.4739.3115.35-
YUV166.4985.4157.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.32%
GREEN value IS 160 (62.89% from 255) = 34.86%
BLUE value IS 91 (35.94% from 255) = 19.83%
R=45.32%
G=34.86%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081609100.230.560.1835.3855.4558.63
HexD0A05B017381223373b
Octal3202401330277022436773
Binary1101000010100000101101101011111100010010100011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A05B; }

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

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

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

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

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

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

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

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