Html Css Color HEX #C5B42F Old Gold

📋 copy color: '#C5B42F'

red 197 ◦ green 180 ◦ blue 47

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

Shades of Old Gold #C5B42F

Tints of Old Gold #C5B42F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.45%

 BLUE value IS 47 (18.75% from 255) = 11.08%

R = 46.46%
G = 42.45%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5B42F (or 0xC5B42F) is known color: Old Gold. HEX triplet: C5, B4 and 2F. RGB value is (197,180,47). Sum of RGB (Red+Green+Blue) = 197+180+47=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 47 (18.75% from 255 or 11.08% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B42F is #3A4BD0. Grayscale: #AAAAAA. Windows color (decimal): -3820497 or 3126469. OLE color: 3126469.

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

Color convert

RGB 197 180 47 -
CMYK 0 0.09 0.76 0.23
HSL 53.2º 0.61% 0.48% -
HSV(B) 53.2º 0.76% 0.77% -
XYZ 39.86 44.72 9.22 -
YUV 169.92 58.63 147.31 -
System Red Green Blue C M Y K H S L
Decimal 197 180 47 0 0.09 0.76 0.23 53.2 0.61 0.48
Hex C5 B4 2F 0 9 4C 17 35 3D 30
Octal 305 264 57 0 11 114 27 65 75 60
Binary 11000101 10110100 101111 0 1001 1001100 10111 110101 111101 110000

Color Harmonies of #C5B42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B42F

Black with #C5B42F

Text Example


Text Example

White with #C5B42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B42F; }

 p { color: rgb(197,180,47); }

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

background-color css

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

 a { background-color: rgb(197,180,47); }

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

border-color css

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

 span { border-color: rgb(197,180,47); }

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