#D1B541

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

Shades of Old Gold #D1B541

Tints of Old Gold #D1B541

Color information

#D1B541 (or 0xD1B541) is unknown color: approx Old Gold. HEX triplet: D1, B5 and 41. RGB value is (209,181,65). Sum of RGB (Red+Green+Blue) = 209+181+65=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 65 (25.78% from 255 or 14.29% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B541 is #2E4ABE. Grayscale: #B0B0B0. Windows color (decimal): -3033791 or 4306385. OLE color: 4306385.

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

Color convert

RGB20918165-
CMYK00.130.690.18
HSL48.33º61.02%53.73%-
HSV(B)48.33º68.9%81.96%-
XYZ43.7746.9811.76-
YUV176.1565.28151.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.93%
GREEN value IS 181 (71.09% from 255) = 39.78%
BLUE value IS 65 (25.78% from 255) = 14.29%
R=45.93%
G=39.78%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091816500.130.690.1848.3361.0253.73
HexD1B5410D4512303d36
Octal32126510101510522607566
Binary1101000110110101100000101101100010110010110000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B541; }

 p { color: rgb(209,181,65); }

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

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

 a { background-color: rgb(209,181,65); }

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

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

 span { border-color: rgb(209,181,65); }

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