#D7AD34

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

Shades of Metallic Gold #D7AD34

Tints of Metallic Gold #D7AD34

Color information

#D7AD34 (or 0xD7AD34) is unknown color: approx Metallic Gold. HEX triplet: D7, AD and 34. RGB value is (215,173,52). Sum of RGB (Red+Green+Blue) = 215+173+52=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 52 (20.70% from 255 or 11.82% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AD34 is #2852CB. Grayscale: #ACACAC. Windows color (decimal): -2642636 or 3452375. OLE color: 3452375.

HSL color Cylindrical-coordinate representation of color #D7AD34: hue angle of 44.54º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D7AD34 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB21517352-
CMYK00.200.760.16
HSL44.54º67.08%52.35%-
HSV(B)44.54º75.81%84.31%-
XYZ43.5944.589.56-
YUV171.7660.41158.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.86%
GREEN value IS 173 (67.97% from 255) = 39.32%
BLUE value IS 52 (20.70% from 255) = 11.82%
R=48.86%
G=39.32%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151735200.200.760.1644.5467.0852.35
HexD7AD340144C102d4334
Octal32725564024114205510364
Binary11010111101011011101000101001001100100001011011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AD34; }

 p { color: rgb(215,173,52); }

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

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

 a { background-color: rgb(215,173,52); }

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

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

 span { border-color: rgb(215,173,52); }

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