#D0A73B

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

Shades of Metallic Gold #D0A73B

Tints of Metallic Gold #D0A73B

Color information

#D0A73B (or 0xD0A73B) is unknown color: approx Metallic Gold. HEX triplet: D0, A7 and 3B. RGB value is (208,167,59). Sum of RGB (Red+Green+Blue) = 208+167+59=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 59 (23.44% from 255 or 13.59% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A73B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A73B is #2F58C4. Grayscale: #A7A7A7. Windows color (decimal): -3102917 or 3909584. OLE color: 3909584.

HSL color Cylindrical-coordinate representation of color #D0A73B: hue angle of 43.49º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0A73B is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB20816759-
CMYK00.200.720.18
HSL43.49º61.32%52.35%-
HSV(B)43.49º71.63%81.57%-
XYZ40.6241.369.98-
YUV166.9567.08157.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.93%
GREEN value IS 167 (65.62% from 255) = 38.48%
BLUE value IS 59 (23.44% from 255) = 13.59%
R=47.93%
G=38.48%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081675900.200.720.1843.4961.3252.35
HexD0A73B01448122b3d34
Octal3202477302411022537564
Binary1101000010100111111011010100100100010010101011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A73B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A73B; }

 p { color: rgb(208,167,59); }

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

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

 a { background-color: rgb(208,167,59); }

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

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

 span { border-color: rgb(208,167,59); }

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