Html Css Color HEX #C5B538 Old Gold

📋 copy color: '#C5B538'

red 197 ◦ green 181 ◦ blue 56

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

Shades of Old Gold #C5B538

Tints of Old Gold #C5B538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.9%

R = 45.39%
G = 41.71%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C5B538 (or 0xC5B538) is known color: Old Gold. HEX triplet: C5, B5 and 38. RGB value is (197,181,56). Sum of RGB (Red+Green+Blue) = 197+181+56=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 56 (22.27% from 255 or 12.90% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B538 is #3A4AC7. Grayscale: #ACACAC. Windows color (decimal): -3820232 or 3716549. OLE color: 3716549.

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

Color convert

RGB 197 181 56 -
CMYK 0 0.08 0.72 0.23
HSL 53.19º 0.56% 0.5% -
HSV(B) 53.19º 0.72% 0.77% -
XYZ 40.26 45.2 10.34 -
YUV 171.53 62.8 146.16 -
System Red Green Blue C M Y K H S L
Decimal 197 181 56 0 0.08 0.72 0.23 53.19 0.56 0.5
Hex C5 B5 38 0 8 48 17 35 38 32
Octal 305 265 70 0 10 110 27 65 70 62
Binary 11000101 10110101 111000 0 1000 1001000 10111 110101 111000 110010

Color Harmonies of #C5B538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B538

Black with #C5B538

Text Example


Text Example

White with #C5B538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B538; }

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

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

background-color css

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

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

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

border-color css

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

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

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