Html Css Color HEX #C4C034 Old Gold

📋 copy color: '#C4C034'

red 196 ◦ green 192 ◦ blue 52

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

Shades of Old Gold #C4C034

Tints of Old Gold #C4C034

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.64%

 BLUE value IS 52 (20.7% from 255) = 11.82%

R = 44.55%
G = 43.64%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C4C034 (or 0xC4C034) is known color: Old Gold. HEX triplet: C4, C0 and 34. RGB value is (196,192,52). Sum of RGB (Red+Green+Blue) = 196+192+52=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 52 (20.70% from 255 or 11.82% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C034 is #3B3FCB. Grayscale: #B1B1B1. Windows color (decimal): -3882956 or 3457220. OLE color: 3457220.

HSL color Cylindrical-coordinate representation of color #C4C034: hue angle of 58.33º degrees, saturation: 0.58, 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 #C4C034 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 192 52 -
CMYK 0 0.02 0.73 0.23
HSL 58.33º 0.58% 0.49% -
HSV(B) 58.33º 0.73% 0.77% -
XYZ 42.23 49.68 10.61 -
YUV 177.24 57.33 141.38 -
System Red Green Blue C M Y K H S L
Decimal 196 192 52 0 0.02 0.73 0.23 58.33 0.58 0.49
Hex C4 C0 34 0 2 49 17 3A 3A 31
Octal 304 300 64 0 2 111 27 72 72 61
Binary 11000100 11000000 110100 0 10 1001001 10111 111010 111010 110001

Color Harmonies of #C4C034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C034

Black with #C4C034

Text Example


Text Example

White with #C4C034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C034; }

 p { color: rgb(196,192,52); }

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

background-color css

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

 a { background-color: rgb(196,192,52); }

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

border-color css

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

 span { border-color: rgb(196,192,52); }

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