Html Css Color HEX #D6AA2E Metallic Gold

📋 copy color: '#D6AA2E'

red 214 ◦ green 170 ◦ blue 46

#D6AA2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Gold #D6AA2E

Tints of Metallic Gold #D6AA2E

RGB

 RED value IS 214 (83.98% from 255) = 49.77%

 GREEN value IS 170 (66.8% from 255) = 39.53%

 BLUE value IS 46 (18.36% from 255) = 10.7%

R = 49.77%
G = 39.53%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6AA2E (or 0xD6AA2E) is known color: Metallic Gold. HEX triplet: D6, AA and 2E. RGB value is (214,170,46). Sum of RGB (Red+Green+Blue) = 214+170+46=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 46 (18.36% from 255 or 10.70% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AA2E is #2955D1. Grayscale: #A9A9A9. Windows color (decimal): -2708946 or 3058390. OLE color: 3058390.

HSL color Cylindrical-coordinate representation of color #D6AA2E: hue angle of 44.29º 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 #D6AA2E is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 170 46 -
CMYK 0 0.21 0.79 0.16
HSL 44.29º 0.67% 0.51% -
HSV(B) 44.29º 0.79% 0.84% -
XYZ 42.6 43.24 8.69 -
YUV 169.02 58.58 160.08 -
System Red Green Blue C M Y K H S L
Decimal 214 170 46 0 0.21 0.79 0.16 44.29 0.67 0.51
Hex D6 AA 2E 0 15 4F 10 2C 43 33
Octal 326 252 56 0 25 117 20 54 103 63
Binary 11010110 10101010 101110 0 10101 1001111 10000 101100 1000011 110011

Color Harmonies of #D6AA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AA2E

Black with #D6AA2E

Text Example


Text Example

White with #D6AA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AA2E; }

 p { color: rgb(214,170,46); }

 H1.HeaderClassName
 {
   color: #D6AA2E;
 }
 .AnyTagClassName
 {
   color: #D6AA2E;
 }
</style>

background-color css

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

 a { background-color: rgb(214,170,46); }

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

border-color css

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

 span { border-color: rgb(214,170,46); }

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