#D5B03E

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

Shades of Metallic Gold #D5B03E

Tints of Metallic Gold #D5B03E

Color information

#D5B03E (or 0xD5B03E) is unknown color: approx Metallic Gold. HEX triplet: D5, B0 and 3E. RGB value is (213,176,62). Sum of RGB (Red+Green+Blue) = 213+176+62=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 62 (24.61% from 255 or 13.75% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5B03E is #2A4FC1. Grayscale: #AEAEAE. Windows color (decimal): -2772930 or 4108501. OLE color: 4108501.

HSL color Cylindrical-coordinate representation of color #D5B03E: hue angle of 45.3º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5B03E is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB21317662-
CMYK00.170.710.16
HSL45.3º64.26%53.92%-
HSV(B)45.3º70.89%83.53%-
XYZ43.8445.5411.04-
YUV174.0764.76155.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 176 (69.14% from 255) = 39.02%
BLUE value IS 62 (24.61% from 255) = 13.75%
R=47.23%
G=39.02%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131766200.170.710.1645.364.2653.92
HexD5B03E01147102d4036
Octal32526076021107205510066
Binary11010101101100001111100100011000111100001011011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B03E; }

 p { color: rgb(213,176,62); }

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

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

 a { background-color: rgb(213,176,62); }

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

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

 span { border-color: rgb(213,176,62); }

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