#D5B435

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

Shades of Metallic Gold #D5B435

Tints of Metallic Gold #D5B435

Color information

#D5B435 (or 0xD5B435) is unknown color: approx Metallic Gold. HEX triplet: D5, B4 and 35. RGB value is (213,180,53). Sum of RGB (Red+Green+Blue) = 213+180+53=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 53 (21.09% from 255 or 11.88% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B435 is #2A4BCA. Grayscale: #AFAFAF. Windows color (decimal): -2771915 or 3519701. OLE color: 3519701.

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

Color convert

RGB21318053-
CMYK00.150.750.16
HSL47.62º65.57%52.16%-
HSV(B)47.62º75.12%83.53%-
XYZ44.447.0510.11-
YUV175.3958.93154.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.76%
GREEN value IS 180 (70.70% from 255) = 40.36%
BLUE value IS 53 (21.09% from 255) = 11.88%
R=47.76%
G=40.36%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131805300.150.750.1647.6265.5752.16
HexD5B4350F4B10304234
Octal32526465017113206010264
Binary1101010110110100110101011111001011100001100001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B435; }

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

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

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

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

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

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

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

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