#C9BB40

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

Shades of Old Gold #C9BB40

Tints of Old Gold #C9BB40

Color information

#C9BB40 (or 0xC9BB40) is unknown color: approx Old Gold. HEX triplet: C9, BB and 40. RGB value is (201,187,64). Sum of RGB (Red+Green+Blue) = 201+187+64=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BB40 is #3644BF. Grayscale: #B1B1B1. Windows color (decimal): -3556544 or 4242377. OLE color: 4242377.

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

Color convert

RGB20118764-
CMYK00.070.680.21
HSL53.87º55.92%51.96%-
HSV(B)53.87º68.16%78.82%-
XYZ42.7848.3311.92-
YUV177.1664.14145-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.47%
GREEN value IS 187 (73.44% from 255) = 41.37%
BLUE value IS 64 (25.39% from 255) = 14.16%
R=44.47%
G=41.37%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011876400.070.680.2153.8755.9251.96
HexC9BB40074415363834
Octal3112731000710425667064
Binary110010011011101110000000111100010010101110110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BB40; }

 p { color: rgb(201,187,64); }

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

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

 a { background-color: rgb(201,187,64); }

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

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

 span { border-color: rgb(201,187,64); }

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