#c9b735

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

Shades of Old Gold #C9B735

Tints of Old Gold #C9B735

Color information

#C9B735 (or 0xC9B735) is unknown color: approx Old Gold. HEX triplet: C9, B7 and 35. RGB value is (201,183,53). Sum of RGB (Red+Green+Blue) = 201+183+53=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 53 (21.09% from 255 or 12.13% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B735 is #3648CA. Grayscale: #AEAEAE. Windows color (decimal): -3557579 or 3520457. OLE color: 3520457.

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

Color convert

RGB20118353-
CMYK00.090.740.21
HSL52.7º58.27%49.8%-
HSV(B)52.7º73.63%78.82%-
XYZ41.6646.5410.16-
YUV173.5659.96147.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.00%
GREEN value IS 183 (71.88% from 255) = 41.88%
BLUE value IS 53 (21.09% from 255) = 12.13%
R=46.00%
G=41.88%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011835300.090.740.2152.758.2749.8
HexC9B735094A15353a32
Octal3112676501111225657262
Binary110010011011011111010101001100101010101110101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9b735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9b735; }

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

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

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

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

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

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

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

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