#D7BA2F

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

Shades of Metallic Gold #D7BA2F

Tints of Metallic Gold #D7BA2F

Color information

#D7BA2F (or 0xD7BA2F) is unknown color: approx Metallic Gold. HEX triplet: D7, BA and 2F. RGB value is (215,186,47). Sum of RGB (Red+Green+Blue) = 215+186+47=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 47 (18.75% from 255 or 10.49% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BA2F is #2845D0. Grayscale: #B3B3B3. Windows color (decimal): -2639313 or 3128023. OLE color: 3128023.

HSL color Cylindrical-coordinate representation of color #D7BA2F: hue angle of 49.64º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7BA2F is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB21518647-
CMYK00.130.780.16
HSL49.64º67.74%51.37%-
HSV(B)49.64º78.14%84.31%-
XYZ46.149.779.87-
YUV178.8253.61153.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.99%
GREEN value IS 186 (73.05% from 255) = 41.52%
BLUE value IS 47 (18.75% from 255) = 10.49%
R=47.99%
G=41.52%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151864700.130.780.1649.6467.7451.37
HexD7BA2F0D4E10324433
Octal32727257015116206210463
Binary1101011110111010101111011011001110100001100101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BA2F; }

 p { color: rgb(215,186,47); }

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

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

 a { background-color: rgb(215,186,47); }

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

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

 span { border-color: rgb(215,186,47); }

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