Html Css Color HEX #C7AD2C Metallic Gold

📋 copy color: '#C7AD2C'

red 199 ◦ green 173 ◦ blue 44

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

Shades of Metallic Gold #C7AD2C

Tints of Metallic Gold #C7AD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.58%

R = 47.84%
G = 41.59%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7AD2C (or 0xC7AD2C) is known color: Metallic Gold. HEX triplet: C7, AD and 2C. RGB value is (199,173,44). Sum of RGB (Red+Green+Blue) = 199+173+44=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 44 (17.58% from 255 or 10.58% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AD2C is #3852D3. Grayscale: #A6A6A6. Windows color (decimal): -3691220 or 2928071. OLE color: 2928071.

HSL color Cylindrical-coordinate representation of color #C7AD2C: hue angle of 49.94º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7AD2C is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 173 44 -
CMYK 0 0.13 0.78 0.22
HSL 49.94º 0.64% 0.48% -
HSV(B) 49.94º 0.78% 0.78% -
XYZ 38.95 42.21 8.48 -
YUV 166.07 59.11 151.49 -
System Red Green Blue C M Y K H S L
Decimal 199 173 44 0 0.13 0.78 0.22 49.94 0.64 0.48
Hex C7 AD 2C 0 D 4E 16 32 40 30
Octal 307 255 54 0 15 116 26 62 100 60
Binary 11000111 10101101 101100 0 1101 1001110 10110 110010 1000000 110000

Color Harmonies of #C7AD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD2C

Black with #C7AD2C

Text Example


Text Example

White with #C7AD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD2C; }

 p { color: rgb(199,173,44); }

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

background-color css

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

 a { background-color: rgb(199,173,44); }

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

border-color css

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

 span { border-color: rgb(199,173,44); }

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