#C9B538

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

Shades of Old Gold #C9B538

Tints of Old Gold #C9B538

Color information

#C9B538 (or 0xC9B538) is unknown color: approx Old Gold. HEX triplet: C9, B5 and 38. RGB value is (201,181,56). Sum of RGB (Red+Green+Blue) = 201+181+56=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B538 is #364AC7. Grayscale: #ADADAD. Windows color (decimal): -3558088 or 3716553. OLE color: 3716553.

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

Color convert

RGB20118156-
CMYK00.100.720.21
HSL51.72º57.31%50.39%-
HSV(B)51.72º72.14%78.82%-
XYZ41.3345.7510.39-
YUV172.7362.13148.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.89%
GREEN value IS 181 (71.09% from 255) = 41.32%
BLUE value IS 56 (22.27% from 255) = 12.79%
R=45.89%
G=41.32%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011815600.100.720.2151.7257.3150.39
HexC9B5380A4815343932
Octal3112657001211025647162
Binary110010011011010111100001010100100010101110100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B538; }

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

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

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

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

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

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

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

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