#C9B935

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

Shades of Old Gold #C9B935

Tints of Old Gold #C9B935

Color information

#C9B935 (or 0xC9B935) is unknown color: approx Old Gold. HEX triplet: C9, B9 and 35. RGB value is (201,185,53). Sum of RGB (Red+Green+Blue) = 201+185+53=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 53 (21.09% from 255 or 12.07% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B935 is #3646CA. Grayscale: #AFAFAF. Windows color (decimal): -3557067 or 3520969. OLE color: 3520969.

HSL color Cylindrical-coordinate representation of color #C9B935: hue angle of 53.51º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9B935 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB20118553-
CMYK00.080.740.21
HSL53.51º58.27%49.8%-
HSV(B)53.51º73.63%78.82%-
XYZ42.0847.3710.29-
YUV174.7459.3146.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.79%
GREEN value IS 185 (72.66% from 255) = 42.14%
BLUE value IS 53 (21.09% from 255) = 12.07%
R=45.79%
G=42.14%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011855300.080.740.2153.5158.2749.8
HexC9B935084A15363a32
Octal3112716501011225667262
Binary110010011011100111010101000100101010101110110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B935; }

 p { color: rgb(201,185,53); }

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

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

 a { background-color: rgb(201,185,53); }

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

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

 span { border-color: rgb(201,185,53); }

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