#C4B63F

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

Shades of Old Gold #C4B63F

Tints of Old Gold #C4B63F

Color information

#C4B63F (or 0xC4B63F) is unknown color: approx Old Gold. HEX triplet: C4, B6 and 3F. RGB value is (196,182,63). Sum of RGB (Red+Green+Blue) = 196+182+63=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B63F is #3B49C0. Grayscale: #ADADAD. Windows color (decimal): -3885505 or 4175556. OLE color: 4175556.

HSL color Cylindrical-coordinate representation of color #C4B63F: hue angle of 53.68º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4B63F is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB19618263-
CMYK00.070.680.23
HSL53.68º52.99%50.78%-
HSV(B)53.68º67.86%76.86%-
XYZ40.3945.5511.37-
YUV172.6266.14144.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.44%
GREEN value IS 182 (71.48% from 255) = 41.27%
BLUE value IS 63 (25% from 255) = 14.29%
R=44.44%
G=41.27%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961826300.070.680.2353.6852.9950.78
HexC4B63F074417363533
Octal304266770710427666563
Binary11000100101101101111110111100010010111110110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B63F; }

 p { color: rgb(196,182,63); }

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

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

 a { background-color: rgb(196,182,63); }

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

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

 span { border-color: rgb(196,182,63); }

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