#C8B53F

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

Shades of Old Gold #C8B53F

Tints of Old Gold #C8B53F

Color information

#C8B53F (or 0xC8B53F) is unknown color: approx Old Gold. HEX triplet: C8, B5 and 3F. RGB value is (200,181,63). Sum of RGB (Red+Green+Blue) = 200+181+63=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B53F is #374AC0. Grayscale: #ADADAD. Windows color (decimal): -3623617 or 4175304. OLE color: 4175304.

HSL color Cylindrical-coordinate representation of color #C8B53F: hue angle of 51.68º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8B53F is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB20018163-
CMYK00.090.680.22
HSL51.68º55.47%51.57%-
HSV(B)51.68º68.5%78.43%-
XYZ41.2445.6911.35-
YUV173.2365.79147.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.05%
GREEN value IS 181 (71.09% from 255) = 40.77%
BLUE value IS 63 (25% from 255) = 14.19%
R=45.05%
G=40.77%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001816300.090.680.2251.6855.4751.57
HexC8B53F094416343734
Octal3102657701110426646764
Binary110010001011010111111101001100010010110110100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B53F; }

 p { color: rgb(200,181,63); }

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

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

 a { background-color: rgb(200,181,63); }

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

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

 span { border-color: rgb(200,181,63); }

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