#D3AF48

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

Shades of Old Gold #D3AF48

Tints of Old Gold #D3AF48

Color information

#D3AF48 (or 0xD3AF48) is unknown color: approx Old Gold. HEX triplet: D3, AF and 48. RGB value is (211,175,72). Sum of RGB (Red+Green+Blue) = 211+175+72=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AF48 is #2C50B7. Grayscale: #AEAEAE. Windows color (decimal): -2904248 or 4763603. OLE color: 4763603.

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

Color convert

RGB21117572-
CMYK00.170.660.17
HSL44.46º61.23%55.49%-
HSV(B)44.46º65.88%82.75%-
XYZ43.3644.9812.53-
YUV174.0270.43154.38-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.07%
GREEN value IS 175 (68.75% from 255) = 38.21%
BLUE value IS 72 (28.52% from 255) = 15.72%
R=46.07%
G=38.21%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111757200.170.660.1744.4661.2355.49
HexD3AF4801142112c3d37
Octal32325711002110221547567
Binary11010011101011111001000010001100001010001101100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AF48; }

 p { color: rgb(211,175,72); }

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

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

 a { background-color: rgb(211,175,72); }

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

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

 span { border-color: rgb(211,175,72); }

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