#C9BD4C

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

Shades of Old Gold #C9BD4C

Tints of Old Gold #C9BD4C

Color information

#C9BD4C (or 0xC9BD4C) is unknown color: approx Old Gold. HEX triplet: C9, BD and 4C. RGB value is (201,189,76). Sum of RGB (Red+Green+Blue) = 201+189+76=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 76 (30.08% from 255 or 16.31% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BD4C is #3642B3. Grayscale: #B4B4B4. Windows color (decimal): -3556020 or 5029321. OLE color: 5029321.

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

Color convert

RGB20118976-
CMYK00.060.620.21
HSL54.24º53.65%54.31%-
HSV(B)54.24º62.19%78.82%-
XYZ43.5949.3314.06-
YUV179.7169.48143.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.13%
GREEN value IS 189 (74.22% from 255) = 40.56%
BLUE value IS 76 (30.08% from 255) = 16.31%
R=43.13%
G=40.56%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011897600.060.620.2154.2453.6554.31
HexC9BD4C063E15363636
Octal311275114067625666666
Binary11001001101111011001100011011111010101110110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BD4C; }

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

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

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

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

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

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

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

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