#D8AF42

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

Shades of Metallic Gold #D8AF42

Tints of Metallic Gold #D8AF42

Color information

#D8AF42 (or 0xD8AF42) is unknown color: approx Metallic Gold. HEX triplet: D8, AF and 42. RGB value is (216,175,66). Sum of RGB (Red+Green+Blue) = 216+175+66=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 66 (26.17% from 255 or 14.44% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AF42 is #2750BD. Grayscale: #AFAFAF. Windows color (decimal): -2576574 or 4370392. OLE color: 4370392.

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

Color convert

RGB21617566-
CMYK00.190.690.15
HSL43.6º65.79%55.29%-
HSV(B)43.6º69.44%84.71%-
XYZ44.6345.6511.61-
YUV174.8366.58157.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.26%
GREEN value IS 175 (68.75% from 255) = 38.29%
BLUE value IS 66 (26.17% from 255) = 14.44%
R=47.26%
G=38.29%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161756600.190.690.1543.665.7955.29
HexD8AF4201345F2c4237
Octal330257102023105175410267
Binary11011000101011111000010010011100010111111011001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AF42; }

 p { color: rgb(216,175,66); }

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

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

 a { background-color: rgb(216,175,66); }

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

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

 span { border-color: rgb(216,175,66); }

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