Html Css Color HEX #C5B940 Old Gold

📋 copy color: '#C5B940'

red 197 ◦ green 185 ◦ blue 64

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

Shades of Old Gold #C5B940

Tints of Old Gold #C5B940

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.48%

 BLUE value IS 64 (25.39% from 255) = 14.35%

R = 44.17%
G = 41.48%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5B940 (or 0xC5B940) is known color: Old Gold. HEX triplet: C5, B9 and 40. RGB value is (197,185,64). Sum of RGB (Red+Green+Blue) = 197+185+64=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B940 is #3A46BF. Grayscale: #AFAFAF. Windows color (decimal): -3819200 or 4241861. OLE color: 4241861.

HSL color Cylindrical-coordinate representation of color #C5B940: hue angle of 54.59º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5B940 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 185 64 -
CMYK 0 0.06 0.68 0.23
HSL 54.59º 0.53% 0.51% -
HSV(B) 54.59º 0.68% 0.77% -
XYZ 41.3 46.94 11.73 -
YUV 174.79 65.48 143.84 -
System Red Green Blue C M Y K H S L
Decimal 197 185 64 0 0.06 0.68 0.23 54.59 0.53 0.51
Hex C5 B9 40 0 6 44 17 37 35 33
Octal 305 271 100 0 6 104 27 67 65 63
Binary 11000101 10111001 1000000 0 110 1000100 10111 110111 110101 110011

Color Harmonies of #C5B940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B940

Black with #C5B940

Text Example


Text Example

White with #C5B940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B940; }

 p { color: rgb(197,185,64); }

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

background-color css

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

 a { background-color: rgb(197,185,64); }

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

border-color css

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

 span { border-color: rgb(197,185,64); }

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