#c8b837

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

Shades of Old Gold #C8B837

Tints of Old Gold #C8B837

Color information

#C8B837 (or 0xC8B837) is unknown color: approx Old Gold. HEX triplet: C8, B8 and 37. RGB value is (200,184,55). Sum of RGB (Red+Green+Blue) = 200+184+55=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 55 (21.88% from 255 or 12.53% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B837 is #3747C8. Grayscale: #AEAEAE. Windows color (decimal): -3622857 or 3651784. OLE color: 3651784.

HSL color Cylindrical-coordinate representation of color #C8B837: hue angle of 53.38º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8B837 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB20018455-
CMYK00.080.720.22
HSL53.38º56.86%50%-
HSV(B)53.38º72.5%78.43%-
XYZ41.6546.8410.46-
YUV174.0860.8146.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.56%
GREEN value IS 184 (72.27% from 255) = 41.91%
BLUE value IS 55 (21.88% from 255) = 12.53%
R=45.56%
G=41.91%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001845500.080.720.2253.3856.8650
HexC8B837084816353932
Octal3102706701011026657162
Binary110010001011100011011101000100100010110110101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8b837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8b837; }

 p { color: rgb(200,184,55); }

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

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

 a { background-color: rgb(200,184,55); }

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

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

 span { border-color: rgb(200,184,55); }

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