#C8B63A

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

Shades of Old Gold #C8B63A

Tints of Old Gold #C8B63A

Color information

#C8B63A (or 0xC8B63A) is unknown color: approx Old Gold. HEX triplet: C8, B6 and 3A. RGB value is (200,182,58). Sum of RGB (Red+Green+Blue) = 200+182+58=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 58 (23.05% from 255 or 13.18% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B63A is #3749C5. Grayscale: #ADADAD. Windows color (decimal): -3623366 or 3847880. OLE color: 3847880.

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

Color convert

RGB20018258-
CMYK00.090.710.22
HSL52.39º56.35%50.59%-
HSV(B)52.39º71%78.43%-
XYZ41.3146.0410.71-
YUV173.2562.96147.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.45%
GREEN value IS 182 (71.48% from 255) = 41.36%
BLUE value IS 58 (23.05% from 255) = 13.18%
R=45.45%
G=41.36%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001825800.090.710.2252.3956.3550.59
HexC8B63A094716343833
Octal3102667201110726647063
Binary110010001011011011101001001100011110110110100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B63A; }

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

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

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

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

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

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

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

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