#D9AF33

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

Shades of Metallic Gold #D9AF33

Tints of Metallic Gold #D9AF33

Color information

#D9AF33 (or 0xD9AF33) is unknown color: approx Metallic Gold. HEX triplet: D9, AF and 33. RGB value is (217,175,51). Sum of RGB (Red+Green+Blue) = 217+175+51=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 51 (20.31% from 255 or 11.51% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AF33 is #2650CC. Grayscale: #ADADAD. Windows color (decimal): -2511053 or 3387353. OLE color: 3387353.

HSL color Cylindrical-coordinate representation of color #D9AF33: hue angle of 44.82º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9AF33 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB21717551-
CMYK00.190.760.15
HSL44.82º68.6%52.55%-
HSV(B)44.82º76.5%85.1%-
XYZ44.5445.659.6-
YUV173.4258.91159.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.98%
GREEN value IS 175 (68.75% from 255) = 39.50%
BLUE value IS 51 (20.31% from 255) = 11.51%
R=48.98%
G=39.50%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171755100.190.760.1544.8268.652.55
HexD9AF330134CF2d4535
Octal33125763023114175510565
Binary1101100110101111110011010011100110011111011011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AF33; }

 p { color: rgb(217,175,51); }

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

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

 a { background-color: rgb(217,175,51); }

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

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

 span { border-color: rgb(217,175,51); }

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