Html Css Color HEX #D6AC2E Metallic Gold

📋 copy color: '#D6AC2E'

red 214 ◦ green 172 ◦ blue 46

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

Shades of Metallic Gold #D6AC2E

Tints of Metallic Gold #D6AC2E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.81%

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

R = 49.54%
G = 39.81%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6AC2E (or 0xD6AC2E) is known color: Metallic Gold. HEX triplet: D6, AC and 2E. RGB value is (214,172,46). Sum of RGB (Red+Green+Blue) = 214+172+46=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AC2E is #2953D1. Grayscale: #AAAAAA. Windows color (decimal): -2708434 or 3058902. OLE color: 3058902.

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

Color convert

RGB 214 172 46 -
CMYK 0 0.20 0.79 0.16
HSL 45º 0.67% 0.51% -
HSV(B) 45º 0.79% 0.84% -
XYZ 42.98 44 8.81 -
YUV 170.19 57.91 159.25 -
System Red Green Blue C M Y K H S L
Decimal 214 172 46 0 0.20 0.79 0.16 45 0.67 0.51
Hex D6 AC 2E 0 14 4F 10 2D 43 33
Octal 326 254 56 0 24 117 20 55 103 63
Binary 11010110 10101100 101110 0 10100 1001111 10000 101101 1000011 110011

Color Harmonies of #D6AC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AC2E

Black with #D6AC2E

Text Example


Text Example

White with #D6AC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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