#C9B23E

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

Shades of Old Gold #C9B23E

Tints of Old Gold #C9B23E

Color information

#C9B23E (or 0xC9B23E) is unknown color: approx Old Gold. HEX triplet: C9, B2 and 3E. RGB value is (201,178,62). Sum of RGB (Red+Green+Blue) = 201+178+62=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B23E is #364DC1. Grayscale: #ACACAC. Windows color (decimal): -3558850 or 4109001. OLE color: 4109001.

HSL color Cylindrical-coordinate representation of color #C9B23E: hue angle of 50.07º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9B23E is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB20117862-
CMYK00.110.690.21
HSL50.07º56.28%51.57%-
HSV(B)50.07º69.15%78.82%-
XYZ40.8844.6111.01-
YUV171.6566.12148.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.58%
GREEN value IS 178 (69.92% from 255) = 40.36%
BLUE value IS 62 (24.61% from 255) = 14.06%
R=45.58%
G=40.36%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011786200.110.690.2150.0756.2851.57
HexC9B23E0B4515323834
Octal3112627601310525627064
Binary110010011011001011111001011100010110101110010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B23E; }

 p { color: rgb(201,178,62); }

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

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

 a { background-color: rgb(201,178,62); }

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

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

 span { border-color: rgb(201,178,62); }

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