#D6A33A

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

Shades of Metallic Gold #D6A33A

Tints of Metallic Gold #D6A33A

Color information

#D6A33A (or 0xD6A33A) is unknown color: approx Metallic Gold. HEX triplet: D6, A3 and 3A. RGB value is (214,163,58). Sum of RGB (Red+Green+Blue) = 214+163+58=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 58 (23.05% from 255 or 13.33% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A33A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A33A is #295CC5. Grayscale: #A6A6A6. Windows color (decimal): -2710726 or 3843030. OLE color: 3843030.

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

Color convert

RGB21416358-
CMYK00.240.730.16
HSL40.38º65.55%53.33%-
HSV(B)40.38º72.9%83.92%-
XYZ41.5940.89.69-
YUV166.2866.9162.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.20%
GREEN value IS 163 (64.06% from 255) = 37.47%
BLUE value IS 58 (23.05% from 255) = 13.33%
R=49.20%
G=37.47%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141635800.240.730.1640.3865.5553.33
HexD6A33A0184910284235
Octal32624372030111205010265
Binary11010110101000111110100110001001001100001010001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A33A; }

 p { color: rgb(214,163,58); }

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

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

 a { background-color: rgb(214,163,58); }

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

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

 span { border-color: rgb(214,163,58); }

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