Html Css Color HEX #C7AD2F Metallic Gold

📋 copy color: '#C7AD2F'

red 199 ◦ green 173 ◦ blue 47

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

Shades of Metallic Gold #C7AD2F

Tints of Metallic Gold #C7AD2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.22%

R = 47.49%
G = 41.29%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C7AD2F (or 0xC7AD2F) is known color: Metallic Gold. HEX triplet: C7, AD and 2F. RGB value is (199,173,47). Sum of RGB (Red+Green+Blue) = 199+173+47=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 47 (18.75% from 255 or 11.22% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AD2F is #3852D0. Grayscale: #A6A6A6. Windows color (decimal): -3691217 or 3124679. OLE color: 3124679.

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

Color convert

RGB 199 173 47 -
CMYK 0 0.13 0.76 0.22
HSL 49.74º 0.62% 0.48% -
HSV(B) 49.74º 0.76% 0.78% -
XYZ 39.01 42.23 8.79 -
YUV 166.41 60.61 151.25 -
System Red Green Blue C M Y K H S L
Decimal 199 173 47 0 0.13 0.76 0.22 49.74 0.62 0.48
Hex C7 AD 2F 0 D 4C 16 32 3E 30
Octal 307 255 57 0 15 114 26 62 76 60
Binary 11000111 10101101 101111 0 1101 1001100 10110 110010 111110 110000

Color Harmonies of #C7AD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD2F

Black with #C7AD2F

Text Example


Text Example

White with #C7AD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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