#C9B92C

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

Shades of Old Gold #C9B92C

Tints of Old Gold #C9B92C

Color information

#C9B92C (or 0xC9B92C) is unknown color: approx Old Gold. HEX triplet: C9, B9 and 2C. RGB value is (201,185,44). Sum of RGB (Red+Green+Blue) = 201+185+44=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B92C is #3646D3. Grayscale: #AEAEAE. Windows color (decimal): -3557076 or 2931145. OLE color: 2931145.

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

Color convert

RGB20118544-
CMYK00.080.780.21
HSL53.89º64.08%48.04%-
HSV(B)53.89º78.11%78.82%-
XYZ41.8947.39.3-
YUV173.7154.8147.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.74%
GREEN value IS 185 (72.66% from 255) = 43.02%
BLUE value IS 44 (17.58% from 255) = 10.23%
R=46.74%
G=43.02%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011854400.080.780.2153.8964.0848.04
HexC9B92C084E15364030
Octal31127154010116256610060
Binary1100100110111001101100010001001110101011101101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B92C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B92C; }

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

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

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

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

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

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

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

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