#C9B747

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

Shades of Old Gold #C9B747

Tints of Old Gold #C9B747

Color information

#C9B747 (or 0xC9B747) is unknown color: approx Old Gold. HEX triplet: C9, B7 and 47. RGB value is (201,183,71). Sum of RGB (Red+Green+Blue) = 201+183+71=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 71 (28.12% from 255 or 15.60% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B747 is #3648B8. Grayscale: #B0B0B0. Windows color (decimal): -3557561 or 4700105. OLE color: 4700105.

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

Color convert

RGB20118371-
CMYK00.090.650.21
HSL51.69º54.62%53.33%-
HSV(B)51.69º64.68%78.82%-
XYZ42.1646.7412.76-
YUV175.6168.96146.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.18%
GREEN value IS 183 (71.88% from 255) = 40.22%
BLUE value IS 71 (28.12% from 255) = 15.60%
R=44.18%
G=40.22%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011837100.090.650.2151.6954.6253.33
HexC9B747094115343735
Octal31126710701110125646765
Binary1100100110110111100011101001100000110101110100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B747; }

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

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

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

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

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

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

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

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