#D6AB45

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

Shades of Metallic Gold #D6AB45

Tints of Metallic Gold #D6AB45

Color information

#D6AB45 (or 0xD6AB45) is unknown color: approx Metallic Gold. HEX triplet: D6, AB and 45. RGB value is (214,171,69). Sum of RGB (Red+Green+Blue) = 214+171+69=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AB45 is #2954BA. Grayscale: #ACACAC. Windows color (decimal): -2708667 or 4565974. OLE color: 4565974.

HSL color Cylindrical-coordinate representation of color #D6AB45: hue angle of 42.21º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6AB45 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB21417169-
CMYK00.200.680.16
HSL42.21º63.88%55.49%-
HSV(B)42.21º67.76%83.92%-
XYZ43.3743.8511.81-
YUV172.2369.75157.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.14%
GREEN value IS 171 (67.19% from 255) = 37.67%
BLUE value IS 69 (27.34% from 255) = 15.20%
R=47.14%
G=37.67%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141716900.200.680.1642.2163.8855.49
HexD6AB4501444102a4037
Octal326253105024104205210067
Binary110101101010101110001010101001000100100001010101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AB45; }

 p { color: rgb(214,171,69); }

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

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

 a { background-color: rgb(214,171,69); }

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

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

 span { border-color: rgb(214,171,69); }

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