Html Css Color HEX #D6A73F Metallic Gold

📋 copy color: '#D6A73F'

red 214 ◦ green 167 ◦ blue 63

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

Shades of Metallic Gold #D6A73F

Tints of Metallic Gold #D6A73F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.61%

 BLUE value IS 63 (25% from 255) = 14.19%

R = 48.2%
G = 37.61%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6A73F (or 0xD6A73F) is known color: Metallic Gold. HEX triplet: D6, A7 and 3F. RGB value is (214,167,63). Sum of RGB (Red+Green+Blue) = 214+167+63=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A73F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A73F is #2958C0. Grayscale: #A9A9A9. Windows color (decimal): -2709697 or 4171734. OLE color: 4171734.

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

Color convert

RGB 214 167 63 -
CMYK 0 0.22 0.71 0.16
HSL 41.32º 0.65% 0.54% -
HSV(B) 41.32º 0.71% 0.84% -
XYZ 42.45 42.29 10.63 -
YUV 169.2 68.07 159.96 -
System Red Green Blue C M Y K H S L
Decimal 214 167 63 0 0.22 0.71 0.16 41.32 0.65 0.54
Hex D6 A7 3F 0 16 47 10 29 41 36
Octal 326 247 77 0 26 107 20 51 101 66
Binary 11010110 10100111 111111 0 10110 1000111 10000 101001 1000001 110110

Color Harmonies of #D6A73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A73F

Black with #D6A73F

Text Example


Text Example

White with #D6A73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A73F; }

 p { color: rgb(214,167,63); }

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

background-color css

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

 a { background-color: rgb(214,167,63); }

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

border-color css

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

 span { border-color: rgb(214,167,63); }

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