#D7B735

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

Shades of Metallic Gold #D7B735

Tints of Metallic Gold #D7B735

Color information

#D7B735 (or 0xD7B735) is unknown color: approx Metallic Gold. HEX triplet: D7, B7 and 35. RGB value is (215,183,53). Sum of RGB (Red+Green+Blue) = 215+183+53=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 53 (21.09% from 255 or 11.75% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B735 is #2848CA. Grayscale: #B2B2B2. Windows color (decimal): -2640075 or 3520471. OLE color: 3520471.

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

Color convert

RGB21518353-
CMYK00.150.750.16
HSL48.15º66.94%52.55%-
HSV(B)48.15º75.35%84.31%-
XYZ45.648.5710.34-
YUV177.7557.6154.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.67%
GREEN value IS 183 (71.88% from 255) = 40.58%
BLUE value IS 53 (21.09% from 255) = 11.75%
R=47.67%
G=40.58%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151835300.150.750.1648.1566.9452.55
HexD7B7350F4B10304335
Octal32726765017113206010365
Binary1101011110110111110101011111001011100001100001000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B735; }

 p { color: rgb(215,183,53); }

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

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

 a { background-color: rgb(215,183,53); }

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

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

 span { border-color: rgb(215,183,53); }

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