Html Css Color HEX #C5B831 Old Gold

📋 copy color: '#C5B831'

red 197 ◦ green 184 ◦ blue 49

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

Shades of Old Gold #C5B831

Tints of Old Gold #C5B831

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.79%

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

R = 45.81%
G = 42.79%
B = 11.4%

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

#C5B831 (or 0xC5B831) is known color: Old Gold. HEX triplet: C5, B8 and 31. RGB value is (197,184,49). Sum of RGB (Red+Green+Blue) = 197+184+49=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B831 is #3A47CE. Grayscale: #ADADAD. Windows color (decimal): -3819471 or 3258565. OLE color: 3258565.

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

Color convert

RGB 197 184 49 -
CMYK 0 0.07 0.75 0.23
HSL 54.73º 0.6% 0.48% -
HSV(B) 54.73º 0.75% 0.77% -
XYZ 40.72 46.37 9.71 -
YUV 172.5 58.31 145.48 -
System Red Green Blue C M Y K H S L
Decimal 197 184 49 0 0.07 0.75 0.23 54.73 0.6 0.48
Hex C5 B8 31 0 7 4B 17 37 3C 30
Octal 305 270 61 0 7 113 27 67 74 60
Binary 11000101 10111000 110001 0 111 1001011 10111 110111 111100 110000

Color Harmonies of #C5B831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B831

Black with #C5B831

Text Example


Text Example

White with #C5B831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B831; }

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

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

background-color css

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

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

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

border-color css

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

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

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