#D0A03D

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

Shades of Metallic Gold #D0A03D

Tints of Metallic Gold #D0A03D

Color information

#D0A03D (or 0xD0A03D) is unknown color: approx Metallic Gold. HEX triplet: D0, A0 and 3D. RGB value is (208,160,61). Sum of RGB (Red+Green+Blue) = 208+160+61=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A03D is #2F5FC2. Grayscale: #A3A3A3. Windows color (decimal): -3104707 or 4038864. OLE color: 4038864.

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

Color convert

RGB20816061-
CMYK00.230.710.18
HSL40.41º61%52.75%-
HSV(B)40.41º70.67%81.57%-
XYZ39.4338.899.84-
YUV163.0770.4160.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.48%
GREEN value IS 160 (62.89% from 255) = 37.30%
BLUE value IS 61 (24.22% from 255) = 14.22%
R=48.48%
G=37.30%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081606100.230.710.1840.416152.75
HexD0A03D0174712283d35
Octal3202407502710722507565
Binary1101000010100000111101010111100011110010101000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A03D; }

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

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

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

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

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

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

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

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