Html Css Color HEX #C5B444 Old Gold

📋 copy color: '#C5B444'

red 197 ◦ green 180 ◦ blue 68

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

Shades of Old Gold #C5B444

Tints of Old Gold #C5B444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.28%

R = 44.27%
G = 40.45%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C5B444 (or 0xC5B444) is known color: Old Gold. HEX triplet: C5, B4 and 44. RGB value is (197,180,68). Sum of RGB (Red+Green+Blue) = 197+180+68=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 68 (26.95% from 255 or 15.28% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B444 is #3A4BBB. Grayscale: #ACACAC. Windows color (decimal): -3820476 or 4502725. OLE color: 4502725.

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

Color convert

RGB 197 180 68 -
CMYK 0 0.09 0.65 0.23
HSL 52.09º 0.53% 0.52% -
HSV(B) 52.09º 0.65% 0.77% -
XYZ 40.39 44.93 12.01 -
YUV 172.32 69.13 145.61 -
System Red Green Blue C M Y K H S L
Decimal 197 180 68 0 0.09 0.65 0.23 52.09 0.53 0.52
Hex C5 B4 44 0 9 41 17 34 35 34
Octal 305 264 104 0 11 101 27 64 65 64
Binary 11000101 10110100 1000100 0 1001 1000001 10111 110100 110101 110100

Color Harmonies of #C5B444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B444

Black with #C5B444

Text Example


Text Example

White with #C5B444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B444; }

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

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

background-color css

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

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

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

border-color css

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

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

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