Html Css Color HEX #C5B73C Old Gold

📋 copy color: '#C5B73C'

red 197 ◦ green 183 ◦ blue 60

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

Shades of Old Gold #C5B73C

Tints of Old Gold #C5B73C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.59%

 BLUE value IS 60 (23.83% from 255) = 13.64%

R = 44.77%
G = 41.59%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C5B73C (or 0xC5B73C) is known color: Old Gold. HEX triplet: C5, B7 and 3C. RGB value is (197,183,60). Sum of RGB (Red+Green+Blue) = 197+183+60=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B73C is #3A48C3. Grayscale: #ADADAD. Windows color (decimal): -3819716 or 3979205. OLE color: 3979205.

HSL color Cylindrical-coordinate representation of color #C5B73C: hue angle of 53.87º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5B73C is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 183 60 -
CMYK 0 0.07 0.70 0.23
HSL 53.87º 0.54% 0.5% -
HSV(B) 53.87º 0.7% 0.77% -
XYZ 40.78 46.06 11.02 -
YUV 173.16 64.14 145 -
System Red Green Blue C M Y K H S L
Decimal 197 183 60 0 0.07 0.70 0.23 53.87 0.54 0.5
Hex C5 B7 3C 0 7 46 17 36 36 32
Octal 305 267 74 0 7 106 27 66 66 62
Binary 11000101 10110111 111100 0 111 1000110 10111 110110 110110 110010

Color Harmonies of #C5B73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B73C

Black with #C5B73C

Text Example


Text Example

White with #C5B73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B73C; }

 p { color: rgb(197,183,60); }

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

background-color css

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

 a { background-color: rgb(197,183,60); }

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

border-color css

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

 span { border-color: rgb(197,183,60); }

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