#D1BA2B

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

Shades of Old Gold #D1BA2B

Tints of Old Gold #D1BA2B

Color information

#D1BA2B (or 0xD1BA2B) is unknown color: approx Old Gold. HEX triplet: D1, BA and 2B. RGB value is (209,186,43). Sum of RGB (Red+Green+Blue) = 209+186+43=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 43 (17.19% from 255 or 9.82% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BA2B is #2E45D4. Grayscale: #B1B1B1. Windows color (decimal): -3032533 or 2865873. OLE color: 2865873.

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

Color convert

RGB20918643-
CMYK00.110.790.18
HSL51.69º65.87%49.41%-
HSV(B)51.69º79.43%81.96%-
XYZ44.2948.859.38-
YUV176.5852.62151.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.72%
GREEN value IS 186 (73.05% from 255) = 42.47%
BLUE value IS 43 (17.19% from 255) = 9.82%
R=47.72%
G=42.47%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091864300.110.790.1851.6965.8749.41
HexD1BA2B0B4F12344231
Octal32127253013117226410261
Binary1101000110111010101011010111001111100101101001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BA2B; }

 p { color: rgb(209,186,43); }

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

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

 a { background-color: rgb(209,186,43); }

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

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

 span { border-color: rgb(209,186,43); }

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