#C9BD39

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

Shades of Old Gold #C9BD39

Tints of Old Gold #C9BD39

Color information

#C9BD39 (or 0xC9BD39) is unknown color: approx Old Gold. HEX triplet: C9, BD and 39. RGB value is (201,189,57). Sum of RGB (Red+Green+Blue) = 201+189+57=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 57 (22.66% from 255 or 12.75% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BD39 is #3642C6. Grayscale: #B2B2B2. Windows color (decimal): -3556039 or 3784137. OLE color: 3784137.

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

Color convert

RGB20118957-
CMYK00.060.720.21
HSL55º57.14%50.59%-
HSV(B)55º71.64%78.82%-
XYZ43.0249.1111.08-
YUV177.5459.98144.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.97%
GREEN value IS 189 (74.22% from 255) = 42.28%
BLUE value IS 57 (22.66% from 255) = 12.75%
R=44.97%
G=42.28%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011895700.060.720.215557.1450.59
HexC9BD39064815373933
Octal311275710611025677163
Binary11001001101111011110010110100100010101110111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BD39; }

 p { color: rgb(201,189,57); }

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

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

 a { background-color: rgb(201,189,57); }

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

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

 span { border-color: rgb(201,189,57); }

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