#d0a554

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

Shades of Apache #D0A554

Tints of Apache #D0A554

Color information

#D0A554 (or 0xD0A554) is unknown color: approx Apache. HEX triplet: D0, A5 and 54. RGB value is (208,165,84). Sum of RGB (Red+Green+Blue) = 208+165+84=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A554 is #2F5AAB. Grayscale: #A8A8A8. Windows color (decimal): -3103404 or 5547472. OLE color: 5547472.

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

Color convert

RGB20816584-
CMYK00.210.600.18
HSL39.19º56.88%57.25%-
HSV(B)39.19º59.62%81.57%-
XYZ41.0740.9614.13-
YUV168.6280.25156.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.51%
GREEN value IS 165 (64.84% from 255) = 36.11%
BLUE value IS 84 (33.20% from 255) = 18.38%
R=45.51%
G=36.11%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081658400.210.600.1839.1956.8857.25
HexD0A5540153C12273939
Octal3202451240257422477171
Binary1101000010100101101010001010111110010010100111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0a554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0a554; }

 p { color: rgb(208,165,84); }

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

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

 a { background-color: rgb(208,165,84); }

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

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

 span { border-color: rgb(208,165,84); }

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