Html Css Color HEX #C5B33F Old Gold

📋 copy color: '#C5B33F'

red 197 ◦ green 179 ◦ blue 63

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

Shades of Old Gold #C5B33F

Tints of Old Gold #C5B33F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.77%

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

R = 44.87%
G = 40.77%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5B33F (or 0xC5B33F) is known color: Old Gold. HEX triplet: C5, B3 and 3F. RGB value is (197,179,63). Sum of RGB (Red+Green+Blue) = 197+179+63=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 63 (25% from 255 or 14.35% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B33F is #3A4CC0. Grayscale: #ABABAB. Windows color (decimal): -3820737 or 4174789. OLE color: 4174789.

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

Color convert

RGB 197 179 63 -
CMYK 0 0.09 0.68 0.23
HSL 51.94º 0.54% 0.51% -
HSV(B) 51.94º 0.68% 0.77% -
XYZ 40.04 44.47 11.18 -
YUV 171.16 66.96 146.43 -
System Red Green Blue C M Y K H S L
Decimal 197 179 63 0 0.09 0.68 0.23 51.94 0.54 0.51
Hex C5 B3 3F 0 9 44 17 34 36 33
Octal 305 263 77 0 11 104 27 64 66 63
Binary 11000101 10110011 111111 0 1001 1000100 10111 110100 110110 110011

Color Harmonies of #C5B33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B33F

Black with #C5B33F

Text Example


Text Example

White with #C5B33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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