#d6ab37

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

Shades of Metallic Gold #D6AB37

Tints of Metallic Gold #D6AB37

Color information

#D6AB37 (or 0xD6AB37) is unknown color: approx Metallic Gold. HEX triplet: D6, AB and 37. RGB value is (214,171,55). Sum of RGB (Red+Green+Blue) = 214+171+55=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 55 (21.88% from 255 or 12.5% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AB37 is #2954C8. Grayscale: #ABABAB. Windows color (decimal): -2708681 or 3648470. OLE color: 3648470.

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

Color convert

RGB21417155-
CMYK00.200.740.16
HSL43.77º65.98%52.75%-
HSV(B)43.77º74.3%83.92%-
XYZ42.9843.79.78-
YUV170.6362.75158.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.64%
GREEN value IS 171 (67.19% from 255) = 38.86%
BLUE value IS 55 (21.88% from 255) = 12.5%
R=48.64%
G=38.86%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141715500.200.740.1643.7765.9852.75
HexD6AB370144A102c4235
Octal32625367024112205410265
Binary11010110101010111101110101001001010100001011001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6ab37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6ab37; }

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

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

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

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

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

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

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

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