#D6AB43

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

Shades of Metallic Gold #D6AB43

Tints of Metallic Gold #D6AB43

Color information

#D6AB43 (or 0xD6AB43) is unknown color: approx Metallic Gold. HEX triplet: D6, AB and 43. RGB value is (214,171,67). Sum of RGB (Red+Green+Blue) = 214+171+67=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 67 (26.56% from 255 or 14.82% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AB43 is #2954BC. Grayscale: #ACACAC. Windows color (decimal): -2708669 or 4434902. OLE color: 4434902.

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

Color convert

RGB21417167-
CMYK00.200.690.16
HSL42.45º64.19%55.1%-
HSV(B)42.45º68.69%83.92%-
XYZ43.3143.8311.49-
YUV17268.75157.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.35%
GREEN value IS 171 (67.19% from 255) = 37.83%
BLUE value IS 67 (26.56% from 255) = 14.82%
R=47.35%
G=37.83%
B=14.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141716700.200.690.1642.4564.1955.1
HexD6AB4301445102a4037
Octal326253103024105205210067
Binary110101101010101110000110101001000101100001010101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AB43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AB43; }

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

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

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

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

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

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

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

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