#c9b839

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

Shades of Old Gold #C9B839

Tints of Old Gold #C9B839

Color information

#C9B839 (or 0xC9B839) is unknown color: approx Old Gold. HEX triplet: C9, B8 and 39. RGB value is (201,184,57). Sum of RGB (Red+Green+Blue) = 201+184+57=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 57 (22.66% from 255 or 12.90% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B839 is #3647C6. Grayscale: #AFAFAF. Windows color (decimal): -3557319 or 3782857. OLE color: 3782857.

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

Color convert

RGB20118457-
CMYK00.080.720.21
HSL52.92º57.14%50.59%-
HSV(B)52.92º71.64%78.82%-
XYZ41.9746.9910.73-
YUV174.661.63146.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.48%
GREEN value IS 184 (72.27% from 255) = 41.63%
BLUE value IS 57 (22.66% from 255) = 12.90%
R=45.48%
G=41.63%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011845700.080.720.2152.9257.1450.59
HexC9B839084815353933
Octal3112707101011025657163
Binary110010011011100011100101000100100010101110101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9b839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9b839; }

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

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

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

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

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

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

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

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