#C9BF4A

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

Shades of Old Gold #C9BF4A

Tints of Old Gold #C9BF4A

Color information

#C9BF4A (or 0xC9BF4A) is unknown color: approx Old Gold. HEX triplet: C9, BF and 4A. RGB value is (201,191,74). Sum of RGB (Red+Green+Blue) = 201+191+74=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BF4A is #3640B5. Grayscale: #B5B5B5. Windows color (decimal): -3555510 or 4898761. OLE color: 4898761.

HSL color Cylindrical-coordinate representation of color #C9BF4A: hue angle of 55.28º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9BF4A is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB20119174-
CMYK00.050.630.21
HSL55.28º54.04%53.92%-
HSV(B)55.28º63.18%78.82%-
XYZ43.9550.1713.85-
YUV180.6567.81142.51-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.13%
GREEN value IS 191 (75% from 255) = 40.99%
BLUE value IS 74 (29.30% from 255) = 15.88%
R=43.13%
G=40.99%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011917400.050.630.2155.2854.0453.92
HexC9BF4A053F15373636
Octal311277112057725676666
Binary11001001101111111001010010111111110101110111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BF4A; }

 p { color: rgb(201,191,74); }

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

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

 a { background-color: rgb(201,191,74); }

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

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

 span { border-color: rgb(201,191,74); }

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