#C9B837

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

Shades of Old Gold #C9B837

Tints of Old Gold #C9B837

Color information

#C9B837 (or 0xC9B837) is unknown color: approx Old Gold. HEX triplet: C9, B8 and 37. RGB value is (201,184,55). Sum of RGB (Red+Green+Blue) = 201+184+55=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 55 (21.88% from 255 or 12.5% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B837 is #3647C8. Grayscale: #AEAEAE. Windows color (decimal): -3557321 or 3651785. OLE color: 3651785.

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

Color convert

RGB20118455-
CMYK00.080.730.21
HSL53.01º57.48%50.2%-
HSV(B)53.01º72.64%78.82%-
XYZ41.9246.9710.47-
YUV174.3860.63146.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.68%
GREEN value IS 184 (72.27% from 255) = 41.82%
BLUE value IS 55 (21.88% from 255) = 12.5%
R=45.68%
G=41.82%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011845500.080.730.2153.0157.4850.2
HexC9B837084915353932
Octal3112706701011125657162
Binary110010011011100011011101000100100110101110101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B837; }

 p { color: rgb(201,184,55); }

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

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

 a { background-color: rgb(201,184,55); }

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

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

 span { border-color: rgb(201,184,55); }

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