#D5BB3A

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

Shades of Old Gold #D5BB3A

Tints of Old Gold #D5BB3A

Color information

#D5BB3A (or 0xD5BB3A) is unknown color: approx Old Gold. HEX triplet: D5, BB and 3A. RGB value is (213,187,58). Sum of RGB (Red+Green+Blue) = 213+187+58=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 58 (23.05% from 255 or 12.66% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BB3A is #2A44C5. Grayscale: #B4B4B4. Windows color (decimal): -2770118 or 3849173. OLE color: 3849173.

HSL color Cylindrical-coordinate representation of color #D5BB3A: hue angle of 49.94º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5BB3A is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB21318758-
CMYK00.120.730.16
HSL49.94º64.85%53.14%-
HSV(B)49.94º72.77%83.53%-
XYZ45.9749.9911.23-
YUV180.0759.11151.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.51%
GREEN value IS 187 (73.44% from 255) = 40.83%
BLUE value IS 58 (23.05% from 255) = 12.66%
R=46.51%
G=40.83%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131875800.120.730.1649.9464.8553.14
HexD5BB3A0C4910324135
Octal32527372014111206210165
Binary1101010110111011111010011001001001100001100101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BB3A; }

 p { color: rgb(213,187,58); }

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

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

 a { background-color: rgb(213,187,58); }

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

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

 span { border-color: rgb(213,187,58); }

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