#D8B430

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

Shades of Metallic Gold #D8B430

Tints of Metallic Gold #D8B430

Color information

#D8B430 (or 0xD8B430) is unknown color: approx Metallic Gold. HEX triplet: D8, B4 and 30. RGB value is (216,180,48). Sum of RGB (Red+Green+Blue) = 216+180+48=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 48 (19.14% from 255 or 10.81% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B430 is #274BCF. Grayscale: #B0B0B0. Windows color (decimal): -2575312 or 3192024. OLE color: 3192024.

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

Color convert

RGB21618048-
CMYK00.170.780.15
HSL47.14º68.29%51.76%-
HSV(B)47.14º77.78%84.71%-
XYZ45.1747.459.58-
YUV175.7255.93156.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.65%
GREEN value IS 180 (70.70% from 255) = 40.54%
BLUE value IS 48 (19.14% from 255) = 10.81%
R=48.65%
G=40.54%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161804800.170.780.1547.1468.2951.76
HexD8B4300114EF2f4434
Octal33026460021116175710464
Binary1101100010110100110000010001100111011111011111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B430; }

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

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

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

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

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

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

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

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