Html Css Color HEX #C5B731 Old Gold

📋 copy color: '#C5B731'

red 197 ◦ green 183 ◦ blue 49

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

Shades of Old Gold #C5B731

Tints of Old Gold #C5B731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.42%

R = 45.92%
G = 42.66%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C5B731 (or 0xC5B731) is known color: Old Gold. HEX triplet: C5, B7 and 31. RGB value is (197,183,49). Sum of RGB (Red+Green+Blue) = 197+183+49=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 49 (19.53% from 255 or 11.42% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B731 is #3A48CE. Grayscale: #ACACAC. Windows color (decimal): -3819727 or 3258309. OLE color: 3258309.

HSL color Cylindrical-coordinate representation of color #C5B731: hue angle of 54.32º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5B731 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 183 49 -
CMYK 0 0.07 0.75 0.23
HSL 54.32º 0.6% 0.48% -
HSV(B) 54.32º 0.75% 0.77% -
XYZ 40.51 45.96 9.64 -
YUV 171.91 58.64 145.9 -
System Red Green Blue C M Y K H S L
Decimal 197 183 49 0 0.07 0.75 0.23 54.32 0.6 0.48
Hex C5 B7 31 0 7 4B 17 36 3C 30
Octal 305 267 61 0 7 113 27 66 74 60
Binary 11000101 10110111 110001 0 111 1001011 10111 110110 111100 110000

Color Harmonies of #C5B731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B731

Black with #C5B731

Text Example


Text Example

White with #C5B731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B731; }

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

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

background-color css

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

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

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

border-color css

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

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

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