#C9B740

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

Shades of Old Gold #C9B740

Tints of Old Gold #C9B740

Color information

#C9B740 (or 0xC9B740) is unknown color: approx Old Gold. HEX triplet: C9, B7 and 40. RGB value is (201,183,64). Sum of RGB (Red+Green+Blue) = 201+183+64=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B740 is #3648BF. Grayscale: #AFAFAF. Windows color (decimal): -3557568 or 4241353. OLE color: 4241353.

HSL color Cylindrical-coordinate representation of color #C9B740: hue angle of 52.12º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9B740 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB20118364-
CMYK00.090.680.21
HSL52.12º55.92%51.96%-
HSV(B)52.12º68.16%78.82%-
XYZ41.9546.6511.64-
YUV174.8265.46146.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.87%
GREEN value IS 183 (71.88% from 255) = 40.85%
BLUE value IS 64 (25.39% from 255) = 14.29%
R=44.87%
G=40.85%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011836400.090.680.2152.1255.9251.96
HexC9B740094415343834
Octal31126710001110425647064
Binary1100100110110111100000001001100010010101110100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B740; }

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

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

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

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

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

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

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

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