#C5B430

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

Shades of Old Gold #C5B430

Tints of Old Gold #C5B430

Color information

#C5B430 (or 0xC5B430) is unknown color: approx Old Gold. HEX triplet: C5, B4 and 30. RGB value is (197,180,48). Sum of RGB (Red+Green+Blue) = 197+180+48=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 48 (19.14% from 255 or 11.29% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B430 is #3A4BCF. Grayscale: #AAAAAA. Windows color (decimal): -3820496 or 3192005. OLE color: 3192005.

HSL color Cylindrical-coordinate representation of color #C5B430: hue angle of 53.15º 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 #C5B430 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB19718048-
CMYK00.090.760.23
HSL53.15º60.82%48.04%-
HSV(B)53.15º75.63%77.25%-
XYZ39.8844.739.33-
YUV170.0459.13147.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.35%
GREEN value IS 180 (70.70% from 255) = 42.35%
BLUE value IS 48 (19.14% from 255) = 11.29%
R=46.35%
G=42.35%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971804800.090.760.2353.1560.8248.04
HexC5B430094C17353d30
Octal3052646001111427657560
Binary110001011011010011000001001100110010111110101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B430; }

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

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

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

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

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

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

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

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