#c9ba32

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

Shades of Old Gold #C9BA32

Tints of Old Gold #C9BA32

Color information

#C9BA32 (or 0xC9BA32) is unknown color: approx Old Gold. HEX triplet: C9, BA and 32. RGB value is (201,186,50). Sum of RGB (Red+Green+Blue) = 201+186+50=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 50 (19.92% from 255 or 11.44% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BA32 is #3645CD. Grayscale: #AFAFAF. Windows color (decimal): -3556814 or 3324617. OLE color: 3324617.

HSL color Cylindrical-coordinate representation of color #C9BA32: hue angle of 54.04º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9BA32 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB20118650-
CMYK00.070.750.21
HSL54.04º60.16%49.22%-
HSV(B)54.04º75.12%78.82%-
XYZ42.2247.7710.01-
YUV174.9857.47146.56-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.00%
GREEN value IS 186 (73.05% from 255) = 42.56%
BLUE value IS 50 (19.92% from 255) = 11.44%
R=46.00%
G=42.56%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011865000.070.750.2154.0460.1649.22
HexC9BA32074B15363c31
Octal311272620711325667461
Binary11001001101110101100100111100101110101110110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9ba32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9ba32; }

 p { color: rgb(201,186,50); }

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

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

 a { background-color: rgb(201,186,50); }

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

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

 span { border-color: rgb(201,186,50); }

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