Html Css Color HEX #C5B936 Old Gold

📋 copy color: '#C5B936'

red 197 ◦ green 185 ◦ blue 54

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

Shades of Old Gold #C5B936

Tints of Old Gold #C5B936

RGB

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

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

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

R = 45.18%
G = 42.43%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C5B936 (or 0xC5B936) is known color: Old Gold. HEX triplet: C5, B9 and 36. RGB value is (197,185,54). Sum of RGB (Red+Green+Blue) = 197+185+54=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 54 (21.48% from 255 or 12.39% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B936 is #3A46C9. Grayscale: #AEAEAE. Windows color (decimal): -3819210 or 3586501. OLE color: 3586501.

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

Color convert

RGB 197 185 54 -
CMYK 0 0.06 0.73 0.23
HSL 54.97º 0.57% 0.49% -
HSV(B) 54.97º 0.73% 0.77% -
XYZ 41.04 46.83 10.37 -
YUV 173.65 60.48 144.65 -
System Red Green Blue C M Y K H S L
Decimal 197 185 54 0 0.06 0.73 0.23 54.97 0.57 0.49
Hex C5 B9 36 0 6 49 17 37 39 31
Octal 305 271 66 0 6 111 27 67 71 61
Binary 11000101 10111001 110110 0 110 1001001 10111 110111 111001 110001

Color Harmonies of #C5B936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B936

Black with #C5B936

Text Example


Text Example

White with #C5B936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B936; }

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

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

background-color css

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

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

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

border-color css

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

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

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