#D5B43B

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

Shades of Metallic Gold #D5B43B

Tints of Metallic Gold #D5B43B

Color information

#D5B43B (or 0xD5B43B) is unknown color: approx Metallic Gold. HEX triplet: D5, B4 and 3B. RGB value is (213,180,59). Sum of RGB (Red+Green+Blue) = 213+180+59=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 59 (23.44% from 255 or 13.05% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B43B is #2A4BC4. Grayscale: #B0B0B0. Windows color (decimal): -2771909 or 3912917. OLE color: 3912917.

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

Color convert

RGB21318059-
CMYK00.150.720.16
HSL47.14º64.71%53.33%-
HSV(B)47.14º72.3%83.53%-
XYZ44.5547.110.88-
YUV176.0761.93154.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.12%
GREEN value IS 180 (70.70% from 255) = 39.82%
BLUE value IS 59 (23.44% from 255) = 13.05%
R=47.12%
G=39.82%
B=13.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131805900.150.720.1647.1464.7153.33
HexD5B43B0F48102f4135
Octal32526473017110205710165
Binary1101010110110100111011011111001000100001011111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B43B; }

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

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

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

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

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

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

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

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