#C9BB41

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

Shades of Old Gold #C9BB41

Tints of Old Gold #C9BB41

Color information

#C9BB41 (or 0xC9BB41) is unknown color: approx Old Gold. HEX triplet: C9, BB and 41. RGB value is (201,187,65). Sum of RGB (Red+Green+Blue) = 201+187+65=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BB41 is #3644BE. Grayscale: #B1B1B1. Windows color (decimal): -3556543 or 4307913. OLE color: 4307913.

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

Color convert

RGB20118765-
CMYK00.070.680.21
HSL53.82º55.74%52.16%-
HSV(B)53.82º67.66%78.82%-
XYZ42.8148.3412.08-
YUV177.2864.64144.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.37%
GREEN value IS 187 (73.44% from 255) = 41.28%
BLUE value IS 65 (25.78% from 255) = 14.35%
R=44.37%
G=41.28%
B=14.35%

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
Decimal2011876500.070.680.2153.8255.7452.16
HexC9BB41074415363834
Octal3112731010710425667064
Binary110010011011101110000010111100010010101110110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BB41; }

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

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

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

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

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

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

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

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