#D2AF46

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

Shades of Old Gold #D2AF46

Tints of Old Gold #D2AF46

Color information

#D2AF46 (or 0xD2AF46) is unknown color: approx Old Gold. HEX triplet: D2, AF and 46. RGB value is (210,175,70). Sum of RGB (Red+Green+Blue) = 210+175+70=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AF46 is #2D50B9. Grayscale: #ADADAD. Windows color (decimal): -2969786 or 4632530. OLE color: 4632530.

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

Color convert

RGB21017570-
CMYK00.170.670.18
HSL45º60.87%54.9%-
HSV(B)45º66.67%82.35%-
XYZ43.0144.812.18-
YUV173.4969.6154.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.15%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 70 (27.73% from 255) = 15.38%
R=46.15%
G=38.46%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101757000.170.670.184560.8754.9
HexD2AF4601143122d3d37
Octal32225710602110322557567
Binary11010010101011111000110010001100001110010101101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AF46; }

 p { color: rgb(210,175,70); }

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

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

 a { background-color: rgb(210,175,70); }

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

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

 span { border-color: rgb(210,175,70); }

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