Html Css Color HEX #C5C034 Old Gold

📋 copy color: '#C5C034'

red 197 ◦ green 192 ◦ blue 52

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

Shades of Old Gold #C5C034

Tints of Old Gold #C5C034

RGB

 RED value IS 197 (77.34% from 255) = 44.67%

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

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

R = 44.67%
G = 43.54%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C5C034 (or 0xC5C034) is known color: Old Gold. HEX triplet: C5, C0 and 34. RGB value is (197,192,52). Sum of RGB (Red+Green+Blue) = 197+192+52=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 52 (20.70% from 255 or 11.79% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C034 is #3A3FCB. Grayscale: #B2B2B2. Windows color (decimal): -3817420 or 3457221. OLE color: 3457221.

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

Color convert

RGB 197 192 52 -
CMYK 0 0.03 0.74 0.23
HSL 57.93º 0.58% 0.49% -
HSV(B) 57.93º 0.74% 0.77% -
XYZ 42.5 49.82 10.62 -
YUV 177.54 57.16 141.88 -
System Red Green Blue C M Y K H S L
Decimal 197 192 52 0 0.03 0.74 0.23 57.93 0.58 0.49
Hex C5 C0 34 0 3 4A 17 3A 3A 31
Octal 305 300 64 0 3 112 27 72 72 61
Binary 11000101 11000000 110100 0 11 1001010 10111 111010 111010 110001

Color Harmonies of #C5C034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C034

Black with #C5C034

Text Example


Text Example

White with #C5C034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C034; }

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

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

background-color css

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

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

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

border-color css

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

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

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