#D0B52B

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

Shades of Metallic Gold #D0B52B

Tints of Metallic Gold #D0B52B

Color information

#D0B52B (or 0xD0B52B) is unknown color: approx Metallic Gold. HEX triplet: D0, B5 and 2B. RGB value is (208,181,43). Sum of RGB (Red+Green+Blue) = 208+181+43=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 43 (17.19% from 255 or 9.95% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B52B is #2F4AD4. Grayscale: #ADADAD. Windows color (decimal): -3099349 or 2864592. OLE color: 2864592.

HSL color Cylindrical-coordinate representation of color #D0B52B: hue angle of 50.18º 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 #D0B52B is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB20818143-
CMYK00.130.790.18
HSL50.18º65.74%49.22%-
HSV(B)50.18º79.33%81.57%-
XYZ42.9746.639.02-
YUV173.3454.45152.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.15%
GREEN value IS 181 (71.09% from 255) = 41.90%
BLUE value IS 43 (17.19% from 255) = 9.95%
R=48.15%
G=41.90%
B=9.95%

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
Decimal2081814300.130.790.1850.1865.7449.22
HexD0B52B0D4F12324231
Octal32026553015117226210261
Binary1101000010110101101011011011001111100101100101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B52B; }

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

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

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

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

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

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

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

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