#D5B444

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

Shades of Old Gold #D5B444

Tints of Old Gold #D5B444

Color information

#D5B444 (or 0xD5B444) is unknown color: approx Old Gold. HEX triplet: D5, B4 and 44. RGB value is (213,180,68). Sum of RGB (Red+Green+Blue) = 213+180+68=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 68 (26.95% from 255 or 14.75% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B444 is #2A4BBB. Grayscale: #B1B1B1. Windows color (decimal): -2771900 or 4502741. OLE color: 4502741.

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

Color convert

RGB21318068-
CMYK00.150.680.16
HSL46.34º63.32%55.1%-
HSV(B)46.34º68.08%83.53%-
XYZ44.8147.2112.22-
YUV177.166.43153.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.20%
GREEN value IS 180 (70.70% from 255) = 39.05%
BLUE value IS 68 (26.95% from 255) = 14.75%
R=46.20%
G=39.05%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131806800.150.680.1646.3463.3255.1
HexD5B4440F44102e3f37
Octal32526410401710420567767
Binary1101010110110100100010001111100010010000101110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B444; }

 p { color: rgb(213,180,68); }

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

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

 a { background-color: rgb(213,180,68); }

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

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

 span { border-color: rgb(213,180,68); }

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