#C9BD32

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

Shades of Old Gold #C9BD32

Tints of Old Gold #C9BD32

Color information

#C9BD32 (or 0xC9BD32) is unknown color: approx Old Gold. HEX triplet: C9, BD and 32. RGB value is (201,189,50). Sum of RGB (Red+Green+Blue) = 201+189+50=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BD32 is #3642CD. Grayscale: #B1B1B1. Windows color (decimal): -3556046 or 3325385. OLE color: 3325385.

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

Color convert

RGB20118950-
CMYK00.060.750.21
HSL55.23º60.16%49.22%-
HSV(B)55.23º75.12%78.82%-
XYZ42.8649.0410.22-
YUV176.7456.48145.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.68%
GREEN value IS 189 (74.22% from 255) = 42.95%
BLUE value IS 50 (19.92% from 255) = 11.36%
R=45.68%
G=42.95%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011895000.060.750.2155.2360.1649.22
HexC9BD32064B15373c31
Octal311275620611325677461
Binary11001001101111011100100110100101110101110111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BD32; }

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

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

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

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

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

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

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

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