#c9bd35

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

Shades of Old Gold #C9BD35

Tints of Old Gold #C9BD35

Color information

#C9BD35 (or 0xC9BD35) is unknown color: approx Old Gold. HEX triplet: C9, BD and 35. RGB value is (201,189,53). Sum of RGB (Red+Green+Blue) = 201+189+53=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 53 (21.09% from 255 or 11.96% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BD35 is #3642CA. Grayscale: #B1B1B1. Windows color (decimal): -3556043 or 3521993. OLE color: 3521993.

HSL color Cylindrical-coordinate representation of color #C9BD35: hue angle of 55.14º 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 #C9BD35 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB20118953-
CMYK00.060.740.21
HSL55.14º58.27%49.8%-
HSV(B)55.14º73.63%78.82%-
XYZ42.9349.0710.58-
YUV177.0857.98145.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.37%
GREEN value IS 189 (74.22% from 255) = 42.66%
BLUE value IS 53 (21.09% from 255) = 11.96%
R=45.37%
G=42.66%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011895300.060.740.2155.1458.2749.8
HexC9BD35064A15373a32
Octal311275650611225677262
Binary11001001101111011101010110100101010101110111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9bd35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9bd35; }

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

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

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

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

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

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

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

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