#C9B941

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

Shades of Old Gold #C9B941

Tints of Old Gold #C9B941

Color information

#C9B941 (or 0xC9B941) is unknown color: approx Old Gold. HEX triplet: C9, B9 and 41. RGB value is (201,185,65). Sum of RGB (Red+Green+Blue) = 201+185+65=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B941 is #3646BE. Grayscale: #B0B0B0. Windows color (decimal): -3557055 or 4307401. OLE color: 4307401.

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

Color convert

RGB20118565-
CMYK00.080.680.21
HSL52.94º55.74%52.16%-
HSV(B)52.94º67.66%78.82%-
XYZ42.3947.511.93-
YUV176.165.3145.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.57%
GREEN value IS 185 (72.66% from 255) = 41.02%
BLUE value IS 65 (25.78% from 255) = 14.41%
R=44.57%
G=41.02%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011856500.080.680.2152.9455.7452.16
HexC9B941084415353834
Octal31127110101010425657064
Binary1100100110111001100000101000100010010101110101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B941; }

 p { color: rgb(201,185,65); }

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

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

 a { background-color: rgb(201,185,65); }

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

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

 span { border-color: rgb(201,185,65); }

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