Html Css Color HEX #C5BA3F Old Gold

📋 copy color: '#C5BA3F'

red 197 ◦ green 186 ◦ blue 63

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

Shades of Old Gold #C5BA3F

Tints of Old Gold #C5BA3F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.7%

 BLUE value IS 63 (25% from 255) = 14.13%

R = 44.17%
G = 41.7%
B = 14.13%

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

#C5BA3F (or 0xC5BA3F) is known color: Old Gold. HEX triplet: C5, BA and 3F. RGB value is (197,186,63). Sum of RGB (Red+Green+Blue) = 197+186+63=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 63 (25% from 255 or 14.13% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BA3F is #3A45C0. Grayscale: #AFAFAF. Windows color (decimal): -3818945 or 4176581. OLE color: 4176581.

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

Color convert

RGB 197 186 63 -
CMYK 0 0.06 0.68 0.23
HSL 55.07º 0.54% 0.51% -
HSV(B) 55.07º 0.68% 0.77% -
XYZ 41.48 47.35 11.66 -
YUV 175.27 64.64 143.5 -
System Red Green Blue C M Y K H S L
Decimal 197 186 63 0 0.06 0.68 0.23 55.07 0.54 0.51
Hex C5 BA 3F 0 6 44 17 37 36 33
Octal 305 272 77 0 6 104 27 67 66 63
Binary 11000101 10111010 111111 0 110 1000100 10111 110111 110110 110011

Color Harmonies of #C5BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA3F

Black with #C5BA3F

Text Example


Text Example

White with #C5BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA3F; }

 p { color: rgb(197,186,63); }

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

background-color css

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

 a { background-color: rgb(197,186,63); }

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

border-color css

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

 span { border-color: rgb(197,186,63); }

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