#D0A041

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

Shades of Metallic Gold #D0A041

Tints of Metallic Gold #D0A041

Color information

#D0A041 (or 0xD0A041) is unknown color: approx Metallic Gold. HEX triplet: D0, A0 and 41. RGB value is (208,160,65). Sum of RGB (Red+Green+Blue) = 208+160+65=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A041 is #2F5FBE. Grayscale: #A3A3A3. Windows color (decimal): -3104703 or 4301008. OLE color: 4301008.

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

Color convert

RGB20816065-
CMYK00.230.690.18
HSL39.86º60.34%53.53%-
HSV(B)39.86º68.75%81.57%-
XYZ39.5438.9310.43-
YUV163.5272.4159.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.04%
GREEN value IS 160 (62.89% from 255) = 36.95%
BLUE value IS 65 (25.78% from 255) = 15.01%
R=48.04%
G=36.95%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081606500.230.690.1839.8660.3453.53
HexD0A0410174512283c36
Octal32024010102710522507466
Binary11010000101000001000001010111100010110010101000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A041; }

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

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

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

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

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

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

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

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