#D0B539

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

Shades of Old Gold #D0B539

Tints of Old Gold #D0B539

Color information

#D0B539 (or 0xD0B539) is unknown color: approx Old Gold. HEX triplet: D0, B5 and 39. RGB value is (208,181,57). Sum of RGB (Red+Green+Blue) = 208+181+57=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 57 (22.66% from 255 or 12.78% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B539 is #2F4AC6. Grayscale: #AFAFAF. Windows color (decimal): -3099335 or 3782096. OLE color: 3782096.

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

Color convert

RGB20818157-
CMYK00.130.730.18
HSL49.27º61.63%51.96%-
HSV(B)49.27º72.6%81.57%-
XYZ43.2746.7510.61-
YUV174.9461.45151.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.64%
GREEN value IS 181 (71.09% from 255) = 40.58%
BLUE value IS 57 (22.66% from 255) = 12.78%
R=46.64%
G=40.58%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081815700.130.730.1849.2761.6351.96
HexD0B5390D4912313e34
Octal3202657101511122617664
Binary110100001011010111100101101100100110010110001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B539; }

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

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

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

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

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

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

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

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