Html Css Color HEX #D6A63C Metallic Gold

📋 copy color: '#D6A63C'

red 214 ◦ green 166 ◦ blue 60

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

Shades of Metallic Gold #D6A63C

Tints of Metallic Gold #D6A63C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.73%

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

R = 48.64%
G = 37.73%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6A63C (or 0xD6A63C) is known color: Metallic Gold. HEX triplet: D6, A6 and 3C. RGB value is (214,166,60). Sum of RGB (Red+Green+Blue) = 214+166+60=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A63C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A63C is #2959C3. Grayscale: #A8A8A8. Windows color (decimal): -2709956 or 3974870. OLE color: 3974870.

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

Color convert

RGB 214 166 60 -
CMYK 0 0.22 0.72 0.16
HSL 41.3º 0.65% 0.54% -
HSV(B) 41.3º 0.72% 0.84% -
XYZ 42.18 41.89 10.14 -
YUV 168.27 66.9 160.62 -
System Red Green Blue C M Y K H S L
Decimal 214 166 60 0 0.22 0.72 0.16 41.3 0.65 0.54
Hex D6 A6 3C 0 16 48 10 29 41 36
Octal 326 246 74 0 26 110 20 51 101 66
Binary 11010110 10100110 111100 0 10110 1001000 10000 101001 1000001 110110

Color Harmonies of #D6A63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A63C

Black with #D6A63C

Text Example


Text Example

White with #D6A63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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