#C9B439

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

Shades of Old Gold #C9B439

Tints of Old Gold #C9B439

Color information

#C9B439 (or 0xC9B439) is unknown color: approx Old Gold. HEX triplet: C9, B4 and 39. RGB value is (201,180,57). Sum of RGB (Red+Green+Blue) = 201+180+57=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 57 (22.66% from 255 or 13.01% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B439 is #364BC6. Grayscale: #ACACAC. Windows color (decimal): -3558343 or 3781833. OLE color: 3781833.

HSL color Cylindrical-coordinate representation of color #C9B439: hue angle of 51.25º 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 #C9B439 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB20118057-
CMYK00.100.720.21
HSL51.25º57.14%50.59%-
HSV(B)51.25º71.64%78.82%-
XYZ41.1545.3610.46-
YUV172.2662.96148.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.89%
GREEN value IS 180 (70.70% from 255) = 41.10%
BLUE value IS 57 (22.66% from 255) = 13.01%
R=45.89%
G=41.10%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011805700.100.720.2151.2557.1450.59
HexC9B4390A4815333933
Octal3112647101211025637163
Binary110010011011010011100101010100100010101110011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B439; }

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

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

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

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

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

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

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

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