#D1B241

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

Shades of Old Gold #D1B241

Tints of Old Gold #D1B241

Color information

#D1B241 (or 0xD1B241) is unknown color: approx Old Gold. HEX triplet: D1, B2 and 41. RGB value is (209,178,65). Sum of RGB (Red+Green+Blue) = 209+178+65=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1B241 is #2E4DBE. Grayscale: #AEAEAE. Windows color (decimal): -3034559 or 4305617. OLE color: 4305617.

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

Color convert

RGB20917865-
CMYK00.150.690.18
HSL47.08º61.02%53.73%-
HSV(B)47.08º68.9%81.96%-
XYZ43.1745.7811.56-
YUV174.3966.27152.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.24%
GREEN value IS 178 (69.92% from 255) = 39.38%
BLUE value IS 65 (25.78% from 255) = 14.38%
R=46.24%
G=39.38%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091786500.150.690.1847.0861.0253.73
HexD1B2410F45122f3d36
Octal32126210101710522577566
Binary1101000110110010100000101111100010110010101111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B241; }

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

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

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

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

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

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

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

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