#C5B948

Color #C5B948 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #C5B948

Tints of Old Gold #C5B948

Color information

#C5B948 (or 0xC5B948) is unknown color: approx Old Gold. HEX triplet: C5, B9 and 48. RGB value is (197,185,72). Sum of RGB (Red+Green+Blue) = 197+185+72=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B948 is #3A46B7. Grayscale: #B0B0B0. Windows color (decimal): -3819192 or 4766149. OLE color: 4766149.

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

Color convert

RGB19718572-
CMYK00.060.630.23
HSL54.24º51.87%52.75%-
HSV(B)54.24º63.45%77.25%-
XYZ41.5447.0413.02-
YUV175.7169.48143.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.39%
GREEN value IS 185 (72.66% from 255) = 40.75%
BLUE value IS 72 (28.52% from 255) = 15.86%
R=43.39%
G=40.75%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971857200.060.630.2354.2451.8752.75
HexC5B948063F17363435
Octal305271110067727666465
Binary11000101101110011001000011011111110111110110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B948; }

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

 H1.HeaderClassName
 {
   color: #C5B948;
 }
 .AnyTagClassName
 {
   color: #C5B948;
 }
</style>
background-color css

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

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

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

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

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

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