#D5B433

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

Shades of Metallic Gold #D5B433

Tints of Metallic Gold #D5B433

Color information

#D5B433 (or 0xD5B433) is unknown color: approx Metallic Gold. HEX triplet: D5, B4 and 33. RGB value is (213,180,51). Sum of RGB (Red+Green+Blue) = 213+180+51=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 51 (20.31% from 255 or 11.49% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B433 is #2A4BCC. Grayscale: #AFAFAF. Windows color (decimal): -2771917 or 3388629. OLE color: 3388629.

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

Color convert

RGB21318051-
CMYK00.150.760.16
HSL47.78º65.85%51.76%-
HSV(B)47.78º76.06%83.53%-
XYZ44.3647.039.87-
YUV175.1657.93154.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.97%
GREEN value IS 180 (70.70% from 255) = 40.54%
BLUE value IS 51 (20.31% from 255) = 11.49%
R=47.97%
G=40.54%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131805100.150.760.1647.7865.8551.76
HexD5B4330F4C10304234
Octal32526463017114206010264
Binary1101010110110100110011011111001100100001100001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B433; }

 p { color: rgb(213,180,51); }

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

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

 a { background-color: rgb(213,180,51); }

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

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

 span { border-color: rgb(213,180,51); }

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