Html Css Color HEX #C4A835 Metallic Gold

📋 copy color: '#C4A835'

red 196 ◦ green 168 ◦ blue 53

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

Shades of Metallic Gold #C4A835

Tints of Metallic Gold #C4A835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.71%

R = 47%
G = 40.29%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C4A835 (or 0xC4A835) is known color: Metallic Gold. HEX triplet: C4, A8 and 35. RGB value is (196,168,53). Sum of RGB (Red+Green+Blue) = 196+168+53=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 53 (21.09% from 255 or 12.71% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A835 is #3B57CA. Grayscale: #A3A3A3. Windows color (decimal): -3889099 or 3516612. OLE color: 3516612.

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

Color convert

RGB 196 168 53 -
CMYK 0 0.14 0.73 0.23
HSL 48.25º 0.57% 0.49% -
HSV(B) 48.25º 0.73% 0.77% -
XYZ 37.41 40 9.12 -
YUV 163.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 196 168 53 0 0.14 0.73 0.23 48.25 0.57 0.49
Hex C4 A8 35 0 E 49 17 30 39 31
Octal 304 250 65 0 16 111 27 60 71 61
Binary 11000100 10101000 110101 0 1110 1001001 10111 110000 111001 110001

Color Harmonies of #C4A835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A835

Black with #C4A835

Text Example


Text Example

White with #C4A835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A835; }

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

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

background-color css

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

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

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

border-color css

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

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

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