#D5B44A

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

Shades of Old Gold #D5B44A

Tints of Old Gold #D5B44A

Color information

#D5B44A (or 0xD5B44A) is unknown color: approx Old Gold. HEX triplet: D5, B4 and 4A. RGB value is (213,180,74). Sum of RGB (Red+Green+Blue) = 213+180+74=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B44A is #2A4BB5. Grayscale: #B2B2B2. Windows color (decimal): -2771894 or 4895957. OLE color: 4895957.

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

Color convert

RGB21318074-
CMYK00.150.650.16
HSL45.76º62.33%56.27%-
HSV(B)45.76º65.26%83.53%-
XYZ4547.2813.23-
YUV177.7869.43153.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.61%
GREEN value IS 180 (70.70% from 255) = 38.54%
BLUE value IS 74 (29.30% from 255) = 15.85%
R=45.61%
G=38.54%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131807400.150.650.1645.7662.3356.27
HexD5B44A0F41102e3e38
Octal32526411201710120567670
Binary1101010110110100100101001111100000110000101110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B44A; }

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

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

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

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

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

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

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

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