#D5B839

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

Shades of Old Gold #D5B839

Tints of Old Gold #D5B839

Color information

#D5B839 (or 0xD5B839) is unknown color: approx Old Gold. HEX triplet: D5, B8 and 39. RGB value is (213,184,57). Sum of RGB (Red+Green+Blue) = 213+184+57=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 57 (22.66% from 255 or 12.56% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B839 is #2A47C6. Grayscale: #B2B2B2. Windows color (decimal): -2770887 or 3782869. OLE color: 3782869.

HSL color Cylindrical-coordinate representation of color #D5B839: hue angle of 48.85º 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 #D5B839 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB21318457-
CMYK00.140.730.16
HSL48.85º65%52.94%-
HSV(B)48.85º73.24%83.53%-
XYZ45.3248.7210.89-
YUV178.1959.61152.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.92%
GREEN value IS 184 (72.27% from 255) = 40.53%
BLUE value IS 57 (22.66% from 255) = 12.56%
R=46.92%
G=40.53%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131845700.140.730.1648.856552.94
HexD5B8390E4910314135
Octal32527071016111206110165
Binary1101010110111000111001011101001001100001100011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B839; }

 p { color: rgb(213,184,57); }

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

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

 a { background-color: rgb(213,184,57); }

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

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

 span { border-color: rgb(213,184,57); }

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