Html Css Color HEX #C5B939 Old Gold

📋 copy color: '#C5B939'

red 197 ◦ green 185 ◦ blue 57

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

Shades of Old Gold #C5B939

Tints of Old Gold #C5B939

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.14%

 BLUE value IS 57 (22.66% from 255) = 12.98%

R = 44.87%
G = 42.14%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5B939 (or 0xC5B939) is known color: Old Gold. HEX triplet: C5, B9 and 39. RGB value is (197,185,57). Sum of RGB (Red+Green+Blue) = 197+185+57=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 57 (22.66% from 255 or 12.98% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B939 is #3A46C6. Grayscale: #AEAEAE. Windows color (decimal): -3819207 or 3783109. OLE color: 3783109.

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

Color convert

RGB 197 185 57 -
CMYK 0 0.06 0.71 0.23
HSL 54.86º 0.55% 0.5% -
HSV(B) 54.86º 0.71% 0.77% -
XYZ 41.11 46.86 10.75 -
YUV 174 61.98 144.41 -
System Red Green Blue C M Y K H S L
Decimal 197 185 57 0 0.06 0.71 0.23 54.86 0.55 0.5
Hex C5 B9 39 0 6 47 17 37 37 32
Octal 305 271 71 0 6 107 27 67 67 62
Binary 11000101 10111001 111001 0 110 1000111 10111 110111 110111 110010

Color Harmonies of #C5B939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B939

Black with #C5B939

Text Example


Text Example

White with #C5B939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B939; }

 p { color: rgb(197,185,57); }

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

background-color css

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

 a { background-color: rgb(197,185,57); }

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

border-color css

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

 span { border-color: rgb(197,185,57); }

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