#C9B641

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

Shades of Old Gold #C9B641

Tints of Old Gold #C9B641

Color information

#C9B641 (or 0xC9B641) is unknown color: approx Old Gold. HEX triplet: C9, B6 and 41. RGB value is (201,182,65). Sum of RGB (Red+Green+Blue) = 201+182+65=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B641 is #3649BE. Grayscale: #AEAEAE. Windows color (decimal): -3557823 or 4306633. OLE color: 4306633.

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

Color convert

RGB20118265-
CMYK00.090.680.21
HSL51.62º55.74%52.16%-
HSV(B)51.62º67.66%78.82%-
XYZ41.7746.2611.73-
YUV174.3466.29147.01-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.87%
GREEN value IS 182 (71.48% from 255) = 40.62%
BLUE value IS 65 (25.78% from 255) = 14.51%
R=44.87%
G=40.62%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011826500.090.680.2151.6255.7452.16
HexC9B641094415343834
Octal31126610101110425647064
Binary1100100110110110100000101001100010010101110100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B641; }

 p { color: rgb(201,182,65); }

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

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

 a { background-color: rgb(201,182,65); }

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

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

 span { border-color: rgb(201,182,65); }

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