#C9B748

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

Shades of Old Gold #C9B748

Tints of Old Gold #C9B748

Color information

#C9B748 (or 0xC9B748) is unknown color: approx Old Gold. HEX triplet: C9, B7 and 48. RGB value is (201,183,72). Sum of RGB (Red+Green+Blue) = 201+183+72=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B748 is #3648B7. Grayscale: #B0B0B0. Windows color (decimal): -3557560 or 4765641. OLE color: 4765641.

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

Color convert

RGB20118372-
CMYK00.090.640.21
HSL51.63º54.43%53.53%-
HSV(B)51.63º64.18%78.82%-
XYZ42.1946.7512.93-
YUV175.7369.46146.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.08%
GREEN value IS 183 (71.88% from 255) = 40.13%
BLUE value IS 72 (28.52% from 255) = 15.79%
R=44.08%
G=40.13%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011837200.090.640.2151.6354.4353.53
HexC9B748094015343636
Octal31126711001110025646666
Binary1100100110110111100100001001100000010101110100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B748; }

 p { color: rgb(201,183,72); }

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

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

 a { background-color: rgb(201,183,72); }

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

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

 span { border-color: rgb(201,183,72); }

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