Html Css Color HEX #D6AD3C Metallic Gold

📋 copy color: '#D6AD3C'

red 214 ◦ green 173 ◦ blue 60

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

Shades of Metallic Gold #D6AD3C

Tints of Metallic Gold #D6AD3C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.7%

 BLUE value IS 60 (23.83% from 255) = 13.42%

R = 47.87%
G = 38.7%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6AD3C (or 0xD6AD3C) is known color: Metallic Gold. HEX triplet: D6, AD and 3C. RGB value is (214,173,60). Sum of RGB (Red+Green+Blue) = 214+173+60=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AD3C is #2952C3. Grayscale: #ACACAC. Windows color (decimal): -2708164 or 3976662. OLE color: 3976662.

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

Color convert

RGB 214 173 60 -
CMYK 0 0.19 0.72 0.16
HSL 44.03º 0.65% 0.54% -
HSV(B) 44.03º 0.72% 0.84% -
XYZ 43.49 44.51 10.57 -
YUV 172.38 64.58 157.69 -
System Red Green Blue C M Y K H S L
Decimal 214 173 60 0 0.19 0.72 0.16 44.03 0.65 0.54
Hex D6 AD 3C 0 13 48 10 2C 41 36
Octal 326 255 74 0 23 110 20 54 101 66
Binary 11010110 10101101 111100 0 10011 1001000 10000 101100 1000001 110110

Color Harmonies of #D6AD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD3C

Black with #D6AD3C

Text Example


Text Example

White with #D6AD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD3C; }

 p { color: rgb(214,173,60); }

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

background-color css

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

 a { background-color: rgb(214,173,60); }

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

border-color css

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

 span { border-color: rgb(214,173,60); }

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