#C9B833

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

Shades of Old Gold #C9B833

Tints of Old Gold #C9B833

Color information

#C9B833 (or 0xC9B833) is unknown color: approx Old Gold. HEX triplet: C9, B8 and 33. RGB value is (201,184,51). Sum of RGB (Red+Green+Blue) = 201+184+51=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B833 is #3647CC. Grayscale: #AEAEAE. Windows color (decimal): -3557325 or 3389641. OLE color: 3389641.

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

Color convert

RGB20118451-
CMYK00.080.750.21
HSL53.2º59.52%49.41%-
HSV(B)53.2º74.63%78.82%-
XYZ41.8346.949.99-
YUV173.9258.63147.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.10%
GREEN value IS 184 (72.27% from 255) = 42.20%
BLUE value IS 51 (20.31% from 255) = 11.70%
R=46.10%
G=42.20%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011845100.080.750.2153.259.5249.41
HexC9B833084B15353c31
Octal3112706301011325657461
Binary110010011011100011001101000100101110101110101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B833; }

 p { color: rgb(201,184,51); }

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

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

 a { background-color: rgb(201,184,51); }

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

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

 span { border-color: rgb(201,184,51); }

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