Html Css Color HEX #C5B934 Old Gold

📋 copy color: '#C5B934'

red 197 ◦ green 185 ◦ blue 52

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

Shades of Old Gold #C5B934

Tints of Old Gold #C5B934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.98%

R = 45.39%
G = 42.63%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C5B934 (or 0xC5B934) is known color: Old Gold. HEX triplet: C5, B9 and 34. RGB value is (197,185,52). Sum of RGB (Red+Green+Blue) = 197+185+52=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 52 (20.70% from 255 or 11.98% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B934 is #3A46CB. Grayscale: #ADADAD. Windows color (decimal): -3819212 or 3455429. OLE color: 3455429.

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

Color convert

RGB 197 185 52 -
CMYK 0 0.06 0.74 0.23
HSL 55.03º 0.58% 0.49% -
HSV(B) 55.03º 0.74% 0.77% -
XYZ 40.99 46.82 10.12 -
YUV 173.43 59.48 144.81 -
System Red Green Blue C M Y K H S L
Decimal 197 185 52 0 0.06 0.74 0.23 55.03 0.58 0.49
Hex C5 B9 34 0 6 4A 17 37 3A 31
Octal 305 271 64 0 6 112 27 67 72 61
Binary 11000101 10111001 110100 0 110 1001010 10111 110111 111010 110001

Color Harmonies of #C5B934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B934

Black with #C5B934

Text Example


Text Example

White with #C5B934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B934; }

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

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

background-color css

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

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

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

border-color css

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

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

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