#C8BC3F

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

Shades of Old Gold #C8BC3F

Tints of Old Gold #C8BC3F

Color information

#C8BC3F (or 0xC8BC3F) is unknown color: approx Old Gold. HEX triplet: C8, BC and 3F. RGB value is (200,188,63). Sum of RGB (Red+Green+Blue) = 200+188+63=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 63 (25% from 255 or 13.97% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC3F is #3743C0. Grayscale: #B1B1B1. Windows color (decimal): -3621825 or 4177096. OLE color: 4177096.

HSL color Cylindrical-coordinate representation of color #C8BC3F: hue angle of 54.74º 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 #C8BC3F is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB20018863-
CMYK00.060.680.22
HSL54.74º55.47%51.57%-
HSV(B)54.74º68.5%78.43%-
XYZ42.748.611.83-
YUV177.3463.48144.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.35%
GREEN value IS 188 (73.83% from 255) = 41.69%
BLUE value IS 63 (25% from 255) = 13.97%
R=44.35%
G=41.69%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001886300.060.680.2254.7455.4751.57
HexC8BC3F064416373734
Octal310274770610426676764
Binary11001000101111001111110110100010010110110111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BC3F; }

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

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

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

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

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

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

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

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