Html Css Color HEX #C7A533 Metallic Gold

📋 copy color: '#C7A533'

red 199 ◦ green 165 ◦ blue 51

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

Shades of Metallic Gold #C7A533

Tints of Metallic Gold #C7A533

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.76%

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

R = 47.95%
G = 39.76%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C7A533 (or 0xC7A533) is known color: Metallic Gold. HEX triplet: C7, A5 and 33. RGB value is (199,165,51). Sum of RGB (Red+Green+Blue) = 199+165+51=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 51 (20.31% from 255 or 12.29% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A533 is #385ACC. Grayscale: #A2A2A2. Windows color (decimal): -3693261 or 3384775. OLE color: 3384775.

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

Color convert

RGB 199 165 51 -
CMYK 0 0.17 0.74 0.22
HSL 46.22º 0.59% 0.49% -
HSV(B) 46.22º 0.74% 0.78% -
XYZ 37.61 39.29 8.73 -
YUV 162.17 65.26 154.27 -
System Red Green Blue C M Y K H S L
Decimal 199 165 51 0 0.17 0.74 0.22 46.22 0.59 0.49
Hex C7 A5 33 0 11 4A 16 2E 3B 31
Octal 307 245 63 0 21 112 26 56 73 61
Binary 11000111 10100101 110011 0 10001 1001010 10110 101110 111011 110001

Color Harmonies of #C7A533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A533

Black with #C7A533

Text Example


Text Example

White with #C7A533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A533; }

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

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

background-color css

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

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

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

border-color css

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

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

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