#D1B543

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

Shades of Old Gold #D1B543

Tints of Old Gold #D1B543

Color information

#D1B543 (or 0xD1B543) is unknown color: approx Old Gold. HEX triplet: D1, B5 and 43. RGB value is (209,181,67). Sum of RGB (Red+Green+Blue) = 209+181+67=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 67 (26.56% from 255 or 14.66% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B543 is #2E4ABC. Grayscale: #B0B0B0. Windows color (decimal): -3033789 or 4437457. OLE color: 4437457.

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

Color convert

RGB20918167-
CMYK00.130.680.18
HSL48.17º60.68%54.12%-
HSV(B)48.17º67.94%81.96%-
XYZ43.8347.0112.07-
YUV176.3866.28151.27-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.73%
GREEN value IS 181 (71.09% from 255) = 39.61%
BLUE value IS 67 (26.56% from 255) = 14.66%
R=45.73%
G=39.61%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091816700.130.680.1848.1760.6854.12
HexD1B5430D4412303d36
Octal32126510301510422607566
Binary1101000110110101100001101101100010010010110000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B543; }

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

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

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

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

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

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

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

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