#C8B63E

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

Shades of Old Gold #C8B63E

Tints of Old Gold #C8B63E

Color information

#C8B63E (or 0xC8B63E) is unknown color: approx Old Gold. HEX triplet: C8, B6 and 3E. RGB value is (200,182,62). Sum of RGB (Red+Green+Blue) = 200+182+62=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 62 (24.61% from 255 or 13.96% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B63E is #3749C1. Grayscale: #AEAEAE. Windows color (decimal): -3623362 or 4110024. OLE color: 4110024.

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

Color convert

RGB20018262-
CMYK00.090.690.22
HSL52.17º55.65%51.37%-
HSV(B)52.17º69%78.43%-
XYZ41.4246.0811.27-
YUV173.764.96146.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.05%
GREEN value IS 182 (71.48% from 255) = 40.99%
BLUE value IS 62 (24.61% from 255) = 13.96%
R=45.05%
G=40.99%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001826200.090.690.2252.1755.6551.37
HexC8B63E094516343833
Octal3102667601110526647063
Binary110010001011011011111001001100010110110110100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B63E; }

 p { color: rgb(200,182,62); }

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

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

 a { background-color: rgb(200,182,62); }

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

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

 span { border-color: rgb(200,182,62); }

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