#D5B943

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

Shades of Old Gold #D5B943

Tints of Old Gold #D5B943

Color information

#D5B943 (or 0xD5B943) is unknown color: approx Old Gold. HEX triplet: D5, B9 and 43. RGB value is (213,185,67). Sum of RGB (Red+Green+Blue) = 213+185+67=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 67 (26.56% from 255 or 14.41% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B943 is #2A46BC. Grayscale: #B4B4B4. Windows color (decimal): -2770621 or 4438485. OLE color: 4438485.

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

Color convert

RGB21318567-
CMYK00.130.690.16
HSL48.49º63.48%54.9%-
HSV(B)48.49º68.54%83.53%-
XYZ45.849.2512.4-
YUV179.9264.28151.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.81%
GREEN value IS 185 (72.66% from 255) = 39.78%
BLUE value IS 67 (26.56% from 255) = 14.41%
R=45.81%
G=39.78%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131856700.130.690.1648.4963.4854.9
HexD5B9430D4510303f37
Octal32527110301510520607767
Binary1101010110111001100001101101100010110000110000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B943; }

 p { color: rgb(213,185,67); }

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

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

 a { background-color: rgb(213,185,67); }

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

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

 span { border-color: rgb(213,185,67); }

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