#D0A932

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

Shades of Metallic Gold #D0A932

Tints of Metallic Gold #D0A932

Color information

#D0A932 (or 0xD0A932) is unknown color: approx Metallic Gold. HEX triplet: D0, A9 and 32. RGB value is (208,169,50). Sum of RGB (Red+Green+Blue) = 208+169+50=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A932 is #2F56CD. Grayscale: #A7A7A7. Windows color (decimal): -3102414 or 3320272. OLE color: 3320272.

HSL color Cylindrical-coordinate representation of color #D0A932: hue angle of 45.19º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0A932 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB20816950-
CMYK00.190.760.18
HSL45.19º62.7%50.59%-
HSV(B)45.19º75.96%81.57%-
XYZ40.7842.028.98-
YUV167.0961.92157.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.71%
GREEN value IS 169 (66.41% from 255) = 39.58%
BLUE value IS 50 (19.92% from 255) = 11.71%
R=48.71%
G=39.58%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081695000.190.760.1845.1962.750.59
HexD0A9320134C122d3f33
Octal3202516202311422557763
Binary1101000010101001110010010011100110010010101101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A932; }

 p { color: rgb(208,169,50); }

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

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

 a { background-color: rgb(208,169,50); }

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

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

 span { border-color: rgb(208,169,50); }

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