#D0AC34

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

Shades of Metallic Gold #D0AC34

Tints of Metallic Gold #D0AC34

Color information

#D0AC34 (or 0xD0AC34) is unknown color: approx Metallic Gold. HEX triplet: D0, AC and 34. RGB value is (208,172,52). Sum of RGB (Red+Green+Blue) = 208+172+52=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 52 (20.70% from 255 or 12.04% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AC34 is #2F53CB. Grayscale: #A9A9A9. Windows color (decimal): -3101644 or 3452112. OLE color: 3452112.

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

Color convert

RGB20817252-
CMYK00.170.750.18
HSL46.15º62.4%50.98%-
HSV(B)46.15º75%81.57%-
XYZ41.3843.169.4-
YUV169.0861.93155.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.15%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 52 (20.70% from 255) = 12.04%
R=48.15%
G=39.81%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081725200.170.750.1846.1562.450.98
HexD0AC340114B122e3e33
Octal3202546402111322567663
Binary1101000010101100110100010001100101110010101110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AC34; }

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

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

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

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

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

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

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

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