#c9bf47

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

Shades of Old Gold #C9BF47

Tints of Old Gold #C9BF47

Color information

#C9BF47 (or 0xC9BF47) is unknown color: approx Old Gold. HEX triplet: C9, BF and 47. RGB value is (201,191,71). Sum of RGB (Red+Green+Blue) = 201+191+71=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 71 (28.12% from 255 or 15.33% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BF47 is #3640B8. Grayscale: #B4B4B4. Windows color (decimal): -3555513 or 4702153. OLE color: 4702153.

HSL color Cylindrical-coordinate representation of color #C9BF47: hue angle of 55.38º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9BF47 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB20119171-
CMYK00.050.650.21
HSL55.38º54.62%53.33%-
HSV(B)55.38º64.68%78.82%-
XYZ43.8650.1313.33-
YUV180.3166.31142.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.41%
GREEN value IS 191 (75% from 255) = 41.25%
BLUE value IS 71 (28.12% from 255) = 15.33%
R=43.41%
G=41.25%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011917100.050.650.2155.3854.6253.33
HexC9BF47054115373735
Octal3112771070510125676765
Binary110010011011111110001110101100000110101110111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9bf47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9bf47; }

 p { color: rgb(201,191,71); }

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

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

 a { background-color: rgb(201,191,71); }

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

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

 span { border-color: rgb(201,191,71); }

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