#D0A634

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

Shades of Metallic Gold #D0A634

Tints of Metallic Gold #D0A634

Color information

#D0A634 (or 0xD0A634) is unknown color: approx Metallic Gold. HEX triplet: D0, A6 and 34. RGB value is (208,166,52). Sum of RGB (Red+Green+Blue) = 208+166+52=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A634 is #2F59CB. Grayscale: #A6A6A6. Windows color (decimal): -3103180 or 3450576. OLE color: 3450576.

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

Color convert

RGB20816652-
CMYK00.200.750.18
HSL43.85º62.4%50.98%-
HSV(B)43.85º75%81.57%-
XYZ40.2740.939.03-
YUV165.5663.91158.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.83%
GREEN value IS 166 (65.23% from 255) = 38.97%
BLUE value IS 52 (20.70% from 255) = 12.21%
R=48.83%
G=38.97%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081665200.200.750.1843.8562.450.98
HexD0A6340144B122c3e33
Octal3202466402411322547663
Binary1101000010100110110100010100100101110010101100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A634; }

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

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

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

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

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

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

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

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