#c9b733

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

Shades of Old Gold #C9B733

Tints of Old Gold #C9B733

Color information

#C9B733 (or 0xC9B733) is unknown color: approx Old Gold. HEX triplet: C9, B7 and 33. RGB value is (201,183,51). Sum of RGB (Red+Green+Blue) = 201+183+51=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B733 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B733 is #3648CC. Grayscale: #ADADAD. Windows color (decimal): -3557581 or 3389385. OLE color: 3389385.

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

Color convert

RGB20118351-
CMYK00.090.750.21
HSL52.8º59.52%49.41%-
HSV(B)52.8º74.63%78.82%-
XYZ41.6246.529.92-
YUV173.3358.96147.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.21%
GREEN value IS 183 (71.88% from 255) = 42.07%
BLUE value IS 51 (20.31% from 255) = 11.72%
R=46.21%
G=42.07%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011835100.090.750.2152.859.5249.41
HexC9B733094B15353c31
Octal3112676301111325657461
Binary110010011011011111001101001100101110101110101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9b733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9b733; }

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

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

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

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

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

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

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

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