Html Css Color HEX #C5B841 Old Gold

📋 copy color: '#C5B841'

red 197 ◦ green 184 ◦ blue 65

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

Shades of Old Gold #C5B841

Tints of Old Gold #C5B841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.57%

R = 44.17%
G = 41.26%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C5B841 (or 0xC5B841) is known color: Old Gold. HEX triplet: C5, B8 and 41. RGB value is (197,184,65). Sum of RGB (Red+Green+Blue) = 197+184+65=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B841 is #3A47BE. Grayscale: #AEAEAE. Windows color (decimal): -3819455 or 4307141. OLE color: 4307141.

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

Color convert

RGB 197 184 65 -
CMYK 0 0.07 0.67 0.23
HSL 54.09º 0.53% 0.51% -
HSV(B) 54.09º 0.67% 0.77% -
XYZ 41.12 46.53 11.82 -
YUV 174.32 66.31 144.18 -
System Red Green Blue C M Y K H S L
Decimal 197 184 65 0 0.07 0.67 0.23 54.09 0.53 0.51
Hex C5 B8 41 0 7 43 17 36 35 33
Octal 305 270 101 0 7 103 27 66 65 63
Binary 11000101 10111000 1000001 0 111 1000011 10111 110110 110101 110011

Color Harmonies of #C5B841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B841

Black with #C5B841

Text Example


Text Example

White with #C5B841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B841; }

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

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

background-color css

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

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

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

border-color css

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

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

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