Html Css Color HEX #D6A034 Metallic Gold

📋 copy color: '#D6A034'

red 214 ◦ green 160 ◦ blue 52

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

Shades of Metallic Gold #D6A034

Tints of Metallic Gold #D6A034

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.56%

 BLUE value IS 52 (20.7% from 255) = 12.21%

R = 50.23%
G = 37.56%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D6A034 (or 0xD6A034) is known color: Metallic Gold. HEX triplet: D6, A0 and 34. RGB value is (214,160,52). Sum of RGB (Red+Green+Blue) = 214+160+52=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A034 is #295FCB. Grayscale: #A4A4A4. Windows color (decimal): -2711500 or 3449046. OLE color: 3449046.

HSL color Cylindrical-coordinate representation of color #D6A034: hue angle of 40º degrees, saturation: 0.66, 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 #D6A034 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 160 52 -
CMYK 0 0.25 0.76 0.16
HSL 40º 0.66% 0.52% -
HSV(B) 40º 0.76% 0.84% -
XYZ 40.92 39.69 8.75 -
YUV 163.83 64.89 163.78 -
System Red Green Blue C M Y K H S L
Decimal 214 160 52 0 0.25 0.76 0.16 40 0.66 0.52
Hex D6 A0 34 0 19 4C 10 28 42 34
Octal 326 240 64 0 31 114 20 50 102 64
Binary 11010110 10100000 110100 0 11001 1001100 10000 101000 1000010 110100

Color Harmonies of #D6A034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A034

Black with #D6A034

Text Example


Text Example

White with #D6A034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A034; }

 p { color: rgb(214,160,52); }

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

background-color css

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

 a { background-color: rgb(214,160,52); }

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

border-color css

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

 span { border-color: rgb(214,160,52); }

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