#D0A63A

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

Shades of Metallic Gold #D0A63A

Tints of Metallic Gold #D0A63A

Color information

#D0A63A (or 0xD0A63A) is unknown color: approx Metallic Gold. HEX triplet: D0, A6 and 3A. RGB value is (208,166,58). Sum of RGB (Red+Green+Blue) = 208+166+58=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 58 (23.05% from 255 or 13.43% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A63A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A63A is #2F59C5. Grayscale: #A6A6A6. Windows color (decimal): -3103174 or 3843792. OLE color: 3843792.

HSL color Cylindrical-coordinate representation of color #D0A63A: hue angle of 43.2º 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 #D0A63A is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB20816658-
CMYK00.200.720.18
HSL43.2º61.48%52.16%-
HSV(B)43.2º72.12%81.57%-
XYZ40.4140.999.78-
YUV166.2566.91157.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.15%
GREEN value IS 166 (65.23% from 255) = 38.43%
BLUE value IS 58 (23.05% from 255) = 13.43%
R=48.15%
G=38.43%
B=13.43%

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
Decimal2081665800.200.720.1843.261.4852.16
HexD0A63A01448122b3d34
Octal3202467202411022537564
Binary1101000010100110111010010100100100010010101011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A63A; }

 p { color: rgb(208,166,58); }

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

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

 a { background-color: rgb(208,166,58); }

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

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

 span { border-color: rgb(208,166,58); }

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