#D0AF44

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

Shades of Old Gold #D0AF44

Tints of Old Gold #D0AF44

Color information

#D0AF44 (or 0xD0AF44) is unknown color: approx Old Gold. HEX triplet: D0, AF and 44. RGB value is (208,175,68). Sum of RGB (Red+Green+Blue) = 208+175+68=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AF44 is #2F50BB. Grayscale: #ADADAD. Windows color (decimal): -3100860 or 4501456. OLE color: 4501456.

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

Color convert

RGB20817568-
CMYK00.160.670.18
HSL45.86º59.83%54.12%-
HSV(B)45.86º67.31%81.57%-
XYZ42.3944.4911.82-
YUV172.6768.93153.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.12%
GREEN value IS 175 (68.75% from 255) = 38.80%
BLUE value IS 68 (26.95% from 255) = 15.08%
R=46.12%
G=38.80%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081756800.160.670.1845.8659.8354.12
HexD0AF4401043122e3c36
Octal32025710402010322567466
Binary11010000101011111000100010000100001110010101110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AF44; }

 p { color: rgb(208,175,68); }

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

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

 a { background-color: rgb(208,175,68); }

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

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

 span { border-color: rgb(208,175,68); }

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