#D5B345

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

Shades of Old Gold #D5B345

Tints of Old Gold #D5B345

Color information

#D5B345 (or 0xD5B345) is unknown color: approx Old Gold. HEX triplet: D5, B3 and 45. RGB value is (213,179,69). Sum of RGB (Red+Green+Blue) = 213+179+69=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B345 is #2A4CBA. Grayscale: #B1B1B1. Windows color (decimal): -2772155 or 4568021. OLE color: 4568021.

HSL color Cylindrical-coordinate representation of color #D5B345: hue angle of 45.83º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5B345 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB21317969-
CMYK00.160.680.16
HSL45.83º63.16%55.29%-
HSV(B)45.83º67.61%83.53%-
XYZ44.6346.8212.31-
YUV176.6367.26153.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.20%
GREEN value IS 179 (70.31% from 255) = 38.83%
BLUE value IS 69 (27.34% from 255) = 14.97%
R=46.20%
G=38.83%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131796900.160.680.1645.8363.1655.29
HexD5B34501044102e3f37
Octal32526310502010420567767
Binary11010101101100111000101010000100010010000101110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B345; }

 p { color: rgb(213,179,69); }

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

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

 a { background-color: rgb(213,179,69); }

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

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

 span { border-color: rgb(213,179,69); }

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