#D6B12D

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

Shades of Metallic Gold #D6B12D

Tints of Metallic Gold #D6B12D

Color information

#D6B12D (or 0xD6B12D) is unknown color: approx Metallic Gold. HEX triplet: D6, B1 and 2D. RGB value is (214,177,45). Sum of RGB (Red+Green+Blue) = 214+177+45=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B12D is #294ED2. Grayscale: #ADADAD. Windows color (decimal): -2707155 or 2994646. OLE color: 2994646.

HSL color Cylindrical-coordinate representation of color #D6B12D: hue angle of 46.86º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6B12D is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB21417745-
CMYK00.170.790.16
HSL46.86º67.33%50.78%-
HSV(B)46.86º78.97%83.92%-
XYZ43.9345.939.03-
YUV173.0255.76157.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.08%
GREEN value IS 177 (69.53% from 255) = 40.60%
BLUE value IS 45 (17.97% from 255) = 10.32%
R=49.08%
G=40.60%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141774500.170.790.1646.8667.3350.78
HexD6B12D0114F102f4333
Octal32626155021117205710363
Binary11010110101100011011010100011001111100001011111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B12D; }

 p { color: rgb(214,177,45); }

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

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

 a { background-color: rgb(214,177,45); }

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

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

 span { border-color: rgb(214,177,45); }

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