#D7B430

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

Shades of Metallic Gold #D7B430

Tints of Metallic Gold #D7B430

Color information

#D7B430 (or 0xD7B430) is unknown color: approx Metallic Gold. HEX triplet: D7, B4 and 30. RGB value is (215,180,48). Sum of RGB (Red+Green+Blue) = 215+180+48=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B430 is #284BCF. Grayscale: #AFAFAF. Windows color (decimal): -2640848 or 3192023. OLE color: 3192023.

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

Color convert

RGB21518048-
CMYK00.160.780.16
HSL47.43º67.61%51.57%-
HSV(B)47.43º77.67%84.31%-
XYZ44.8847.39.56-
YUV175.4256.1156.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.53%
GREEN value IS 180 (70.70% from 255) = 40.63%
BLUE value IS 48 (19.14% from 255) = 10.84%
R=48.53%
G=40.63%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151804800.160.780.1647.4367.6151.57
HexD7B4300104E102f4434
Octal32726460020116205710464
Binary11010111101101001100000100001001110100001011111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B430; }

 p { color: rgb(215,180,48); }

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

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

 a { background-color: rgb(215,180,48); }

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

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

 span { border-color: rgb(215,180,48); }

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