#D7A730

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

Shades of Metallic Gold #D7A730

Tints of Metallic Gold #D7A730

Color information

#D7A730 (or 0xD7A730) is unknown color: approx Metallic Gold. HEX triplet: D7, A7 and 30. RGB value is (215,167,48). Sum of RGB (Red+Green+Blue) = 215+167+48=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A730 is #2858CF. Grayscale: #A8A8A8. Windows color (decimal): -2644176 or 3188695. OLE color: 3188695.

HSL color Cylindrical-coordinate representation of color #D7A730: hue angle of 42.75º 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 #D7A730 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB21516748-
CMYK00.220.780.16
HSL42.75º67.61%51.57%-
HSV(B)42.75º77.67%84.31%-
XYZ42.3842.38.73-
YUV167.7960.4161.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50%
GREEN value IS 167 (65.62% from 255) = 38.84%
BLUE value IS 48 (19.14% from 255) = 11.16%
R=50%
G=38.84%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151674800.220.780.1642.7567.6151.57
HexD7A7300164E102b4434
Octal32724760026116205310464
Binary11010111101001111100000101101001110100001010111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A730; }

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

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

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

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

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

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

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

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