#D6B13D

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

Shades of Metallic Gold #D6B13D

Tints of Metallic Gold #D6B13D

Color information

#D6B13D (or 0xD6B13D) is unknown color: approx Metallic Gold. HEX triplet: D6, B1 and 3D. RGB value is (214,177,61). Sum of RGB (Red+Green+Blue) = 214+177+61=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B13D is #294EC2. Grayscale: #AFAFAF. Windows color (decimal): -2707139 or 4043222. OLE color: 4043222.

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

Color convert

RGB21417761-
CMYK00.170.710.16
HSL45.49º65.11%53.92%-
HSV(B)45.49º71.5%83.92%-
XYZ44.346.0810.97-
YUV174.8463.76155.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.35%
GREEN value IS 177 (69.53% from 255) = 39.16%
BLUE value IS 61 (24.22% from 255) = 13.50%
R=47.35%
G=39.16%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141776100.170.710.1645.4965.1153.92
HexD6B13D01147102d4136
Octal32626175021107205510166
Binary11010110101100011111010100011000111100001011011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B13D; }

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

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

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

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

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

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

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

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