Html Css Color HEX #C4A836 Metallic Gold

📋 copy color: '#C4A836'

red 196 ◦ green 168 ◦ blue 54

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

Shades of Metallic Gold #C4A836

Tints of Metallic Gold #C4A836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.92%

R = 46.89%
G = 40.19%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C4A836 (or 0xC4A836) is known color: Metallic Gold. HEX triplet: C4, A8 and 36. RGB value is (196,168,54). Sum of RGB (Red+Green+Blue) = 196+168+54=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 54 (21.48% from 255 or 12.92% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A836 is #3B57C9. Grayscale: #A3A3A3. Windows color (decimal): -3889098 or 3582148. OLE color: 3582148.

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

Color convert

RGB 196 168 54 -
CMYK 0 0.14 0.72 0.23
HSL 48.17º 0.57% 0.49% -
HSV(B) 48.17º 0.72% 0.77% -
XYZ 37.43 40.01 9.24 -
YUV 163.38 66.28 151.27 -
System Red Green Blue C M Y K H S L
Decimal 196 168 54 0 0.14 0.72 0.23 48.17 0.57 0.49
Hex C4 A8 36 0 E 48 17 30 39 31
Octal 304 250 66 0 16 110 27 60 71 61
Binary 11000100 10101000 110110 0 1110 1001000 10111 110000 111001 110001

Color Harmonies of #C4A836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A836

Black with #C4A836

Text Example


Text Example

White with #C4A836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A836; }

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

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

background-color css

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

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

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

border-color css

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

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

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