Html Css Color HEX #C5B52C Old Gold

📋 copy color: '#C5B52C'

red 197 ◦ green 181 ◦ blue 44

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

Shades of Old Gold #C5B52C

Tints of Old Gold #C5B52C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.89%

 BLUE value IS 44 (17.58% from 255) = 10.43%

R = 46.68%
G = 42.89%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5B52C (or 0xC5B52C) is known color: Old Gold. HEX triplet: C5, B5 and 2C. RGB value is (197,181,44). Sum of RGB (Red+Green+Blue) = 197+181+44=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 44 (17.58% from 255 or 10.43% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B52C is #3A4AD3. Grayscale: #AAAAAA. Windows color (decimal): -3820244 or 2930117. OLE color: 2930117.

HSL color Cylindrical-coordinate representation of color #C5B52C: hue angle of 53.73º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5B52C is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 181 44 -
CMYK 0 0.08 0.78 0.23
HSL 53.73º 0.63% 0.47% -
HSV(B) 53.73º 0.78% 0.77% -
XYZ 40 45.1 8.98 -
YUV 170.17 56.8 147.14 -
System Red Green Blue C M Y K H S L
Decimal 197 181 44 0 0.08 0.78 0.23 53.73 0.63 0.47
Hex C5 B5 2C 0 8 4E 17 36 3F 2F
Octal 305 265 54 0 10 116 27 66 77 57
Binary 11000101 10110101 101100 0 1000 1001110 10111 110110 111111 101111

Color Harmonies of #C5B52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B52C

Black with #C5B52C

Text Example


Text Example

White with #C5B52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B52C; }

 p { color: rgb(197,181,44); }

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

background-color css

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

 a { background-color: rgb(197,181,44); }

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

border-color css

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

 span { border-color: rgb(197,181,44); }

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