Html Css Color HEX #C7A22F Metallic Gold

📋 copy color: '#C7A22F'

red 199 ◦ green 162 ◦ blue 47

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

Shades of Metallic Gold #C7A22F

Tints of Metallic Gold #C7A22F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.71%

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

R = 48.77%
G = 39.71%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C7A22F (or 0xC7A22F) is known color: Metallic Gold. HEX triplet: C7, A2 and 2F. RGB value is (199,162,47). Sum of RGB (Red+Green+Blue) = 199+162+47=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 47 (18.75% from 255 or 11.52% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A22F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A22F is #385DD0. Grayscale: #A0A0A0. Windows color (decimal): -3694033 or 3121863. OLE color: 3121863.

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

Color convert

RGB 199 162 47 -
CMYK 0 0.19 0.76 0.22
HSL 45.39º 0.62% 0.48% -
HSV(B) 45.39º 0.76% 0.78% -
XYZ 36.99 38.19 8.11 -
YUV 159.95 64.26 155.85 -
System Red Green Blue C M Y K H S L
Decimal 199 162 47 0 0.19 0.76 0.22 45.39 0.62 0.48
Hex C7 A2 2F 0 13 4C 16 2D 3E 30
Octal 307 242 57 0 23 114 26 55 76 60
Binary 11000111 10100010 101111 0 10011 1001100 10110 101101 111110 110000

Color Harmonies of #C7A22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A22F

Black with #C7A22F

Text Example


Text Example

White with #C7A22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A22F; }

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

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

background-color css

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

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

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

border-color css

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

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

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