Html Css Color HEX #C7A737 Metallic Gold

📋 copy color: '#C7A737'

red 199 ◦ green 167 ◦ blue 55

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

Shades of Metallic Gold #C7A737

Tints of Metallic Gold #C7A737

RGB

 RED value IS 199 (78.13% from 255) = 47.27%

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

 BLUE value IS 55 (21.88% from 255) = 13.06%

R = 47.27%
G = 39.67%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C7A737 (or 0xC7A737) is known color: Metallic Gold. HEX triplet: C7, A7 and 37. RGB value is (199,167,55). Sum of RGB (Red+Green+Blue) = 199+167+55=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A737 is #3858C8. Grayscale: #A4A4A4. Windows color (decimal): -3692745 or 3647431. OLE color: 3647431.

HSL color Cylindrical-coordinate representation of color #C7A737: hue angle of 46.67º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C7A737 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 167 55 -
CMYK 0 0.16 0.72 0.22
HSL 46.67º 0.57% 0.5% -
HSV(B) 46.67º 0.72% 0.78% -
XYZ 38.06 40.06 9.34 -
YUV 163.8 66.6 153.11 -
System Red Green Blue C M Y K H S L
Decimal 199 167 55 0 0.16 0.72 0.22 46.67 0.57 0.5
Hex C7 A7 37 0 10 48 16 2F 39 32
Octal 307 247 67 0 20 110 26 57 71 62
Binary 11000111 10100111 110111 0 10000 1001000 10110 101111 111001 110010

Color Harmonies of #C7A737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A737

Black with #C7A737

Text Example


Text Example

White with #C7A737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A737; }

 p { color: rgb(199,167,55); }

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

background-color css

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

 a { background-color: rgb(199,167,55); }

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

border-color css

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

 span { border-color: rgb(199,167,55); }

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