#C9B545

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

Shades of Old Gold #C9B545

Tints of Old Gold #C9B545

Color information

#C9B545 (or 0xC9B545) is unknown color: approx Old Gold. HEX triplet: C9, B5 and 45. RGB value is (201,181,69). Sum of RGB (Red+Green+Blue) = 201+181+69=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B545 is #364ABA. Grayscale: #AEAEAE. Windows color (decimal): -3558075 or 4568521. OLE color: 4568521.

HSL color Cylindrical-coordinate representation of color #C9B545: hue angle of 50.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9B545 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB20118169-
CMYK00.100.660.21
HSL50.91º55%52.94%-
HSV(B)50.91º65.67%78.82%-
XYZ41.6945.8912.29-
YUV174.2168.63147.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.57%
GREEN value IS 181 (71.09% from 255) = 40.13%
BLUE value IS 69 (27.34% from 255) = 15.30%
R=44.57%
G=40.13%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011816900.100.660.2150.915552.94
HexC9B5450A4215333735
Octal31126510501210225636765
Binary1100100110110101100010101010100001010101110011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B545; }

 p { color: rgb(201,181,69); }

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

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

 a { background-color: rgb(201,181,69); }

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

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

 span { border-color: rgb(201,181,69); }

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