#D6AE33

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

Shades of Metallic Gold #D6AE33

Tints of Metallic Gold #D6AE33

Color information

#D6AE33 (or 0xD6AE33) is unknown color: approx Metallic Gold. HEX triplet: D6, AE and 33. RGB value is (214,174,51). Sum of RGB (Red+Green+Blue) = 214+174+51=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 51 (20.31% from 255 or 11.62% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AE33 is #2951CC. Grayscale: #ACACAC. Windows color (decimal): -2707917 or 3387094. OLE color: 3387094.

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

Color convert

RGB21417451-
CMYK00.190.760.16
HSL45.28º66.53%51.96%-
HSV(B)45.28º76.17%83.92%-
XYZ43.4744.819.49-
YUV171.9459.75158-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.75%
GREEN value IS 174 (68.36% from 255) = 39.64%
BLUE value IS 51 (20.31% from 255) = 11.62%
R=48.75%
G=39.64%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141745100.190.760.1645.2866.5351.96
HexD6AE330134C102d4334
Octal32625663023114205510364
Binary11010110101011101100110100111001100100001011011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AE33; }

 p { color: rgb(214,174,51); }

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

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

 a { background-color: rgb(214,174,51); }

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

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

 span { border-color: rgb(214,174,51); }

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