Html Css Color HEX #C4A830 Metallic Gold

📋 copy color: '#C4A830'

red 196 ◦ green 168 ◦ blue 48

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

Shades of Metallic Gold #C4A830

Tints of Metallic Gold #C4A830

RGB

 RED value IS 196 (76.95% from 255) = 47.57%

 GREEN value IS 168 (66.02% from 255) = 40.78%

 BLUE value IS 48 (19.14% from 255) = 11.65%

R = 47.57%
G = 40.78%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4A830 (or 0xC4A830) is known color: Metallic Gold. HEX triplet: C4, A8 and 30. RGB value is (196,168,48). Sum of RGB (Red+Green+Blue) = 196+168+48=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A830 is #3B57CF. Grayscale: #A3A3A3. Windows color (decimal): -3889104 or 3188932. OLE color: 3188932.

HSL color Cylindrical-coordinate representation of color #C4A830: hue angle of 48.65º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4A830 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 168 48 -
CMYK 0 0.14 0.76 0.23
HSL 48.65º 0.61% 0.48% -
HSV(B) 48.65º 0.76% 0.77% -
XYZ 37.3 39.95 8.54 -
YUV 162.69 63.28 151.76 -
System Red Green Blue C M Y K H S L
Decimal 196 168 48 0 0.14 0.76 0.23 48.65 0.61 0.48
Hex C4 A8 30 0 E 4C 17 31 3D 30
Octal 304 250 60 0 16 114 27 61 75 60
Binary 11000100 10101000 110000 0 1110 1001100 10111 110001 111101 110000

Color Harmonies of #C4A830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A830

Black with #C4A830

Text Example


Text Example

White with #C4A830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A830; }

 p { color: rgb(196,168,48); }

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

background-color css

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

 a { background-color: rgb(196,168,48); }

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

border-color css

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

 span { border-color: rgb(196,168,48); }

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