#D0B42B

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

Shades of Metallic Gold #D0B42B

Tints of Metallic Gold #D0B42B

Color information

#D0B42B (or 0xD0B42B) is unknown color: approx Metallic Gold. HEX triplet: D0, B4 and 2B. RGB value is (208,180,43). Sum of RGB (Red+Green+Blue) = 208+180+43=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B42B is #2F4BD4. Grayscale: #ADADAD. Windows color (decimal): -3099605 or 2864336. OLE color: 2864336.

HSL color Cylindrical-coordinate representation of color #D0B42B: hue angle of 49.82º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0B42B is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB20818043-
CMYK00.130.790.18
HSL49.82º65.74%49.22%-
HSV(B)49.82º79.33%81.57%-
XYZ42.7746.238.95-
YUV172.7554.78153.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.26%
GREEN value IS 180 (70.70% from 255) = 41.76%
BLUE value IS 43 (17.19% from 255) = 9.98%
R=48.26%
G=41.76%
B=9.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081804300.130.790.1849.8265.7449.22
HexD0B42B0D4F12324231
Octal32026453015117226210261
Binary1101000010110100101011011011001111100101100101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B42B; }

 p { color: rgb(208,180,43); }

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

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

 a { background-color: rgb(208,180,43); }

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

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

 span { border-color: rgb(208,180,43); }

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