#D4AF47

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

Shades of Old Gold #D4AF47

Tints of Old Gold #D4AF47

Color information

#D4AF47 (or 0xD4AF47) is unknown color: approx Old Gold. HEX triplet: D4, AF and 47. RGB value is (212,175,71). Sum of RGB (Red+Green+Blue) = 212+175+71=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AF47 is #2B50B8. Grayscale: #AEAEAE. Windows color (decimal): -2838713 or 4698068. OLE color: 4698068.

HSL color Cylindrical-coordinate representation of color #D4AF47: hue angle of 44.26º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4AF47 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB21217571-
CMYK00.170.670.17
HSL44.26º62.11%55.49%-
HSV(B)44.26º66.51%83.14%-
XYZ43.6245.1112.37-
YUV174.2169.76154.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.29%
GREEN value IS 175 (68.75% from 255) = 38.21%
BLUE value IS 71 (28.12% from 255) = 15.50%
R=46.29%
G=38.21%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121757100.170.670.1744.2662.1155.49
HexD4AF4701143112c3e37
Octal32425710702110321547667
Binary11010100101011111000111010001100001110001101100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AF47; }

 p { color: rgb(212,175,71); }

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

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

 a { background-color: rgb(212,175,71); }

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

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

 span { border-color: rgb(212,175,71); }

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