Html Css Color HEX #C7A733 Metallic Gold

📋 copy color: '#C7A733'

red 199 ◦ green 167 ◦ blue 51

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

Shades of Metallic Gold #C7A733

Tints of Metallic Gold #C7A733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.23%

R = 47.72%
G = 40.05%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C7A733 (or 0xC7A733) is known color: Metallic Gold. HEX triplet: C7, A7 and 33. RGB value is (199,167,51). Sum of RGB (Red+Green+Blue) = 199+167+51=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 51 (20.31% from 255 or 12.23% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A733 is #3858CC. Grayscale: #A3A3A3. Windows color (decimal): -3692749 or 3385287. OLE color: 3385287.

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

Color convert

RGB 199 167 51 -
CMYK 0 0.16 0.74 0.22
HSL 47.03º 0.59% 0.49% -
HSV(B) 47.03º 0.74% 0.78% -
XYZ 37.97 40.02 8.86 -
YUV 163.34 64.6 153.43 -
System Red Green Blue C M Y K H S L
Decimal 199 167 51 0 0.16 0.74 0.22 47.03 0.59 0.49
Hex C7 A7 33 0 10 4A 16 2F 3B 31
Octal 307 247 63 0 20 112 26 57 73 61
Binary 11000111 10100111 110011 0 10000 1001010 10110 101111 111011 110001

Color Harmonies of #C7A733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A733

Black with #C7A733

Text Example


Text Example

White with #C7A733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A733; }

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

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

background-color css

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

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

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

border-color css

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

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

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