#C4B03A

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

Shades of Old Gold #C4B03A

Tints of Old Gold #C4B03A

Color information

#C4B03A (or 0xC4B03A) is unknown color: approx Old Gold. HEX triplet: C4, B0 and 3A. RGB value is (196,176,58). Sum of RGB (Red+Green+Blue) = 196+176+58=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B03A is #3B4FC5. Grayscale: #A9A9A9. Windows color (decimal): -3887046 or 3846340. OLE color: 3846340.

HSL color Cylindrical-coordinate representation of color #C4B03A: hue angle of 51.3º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4B03A is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB19617658-
CMYK00.100.700.23
HSL51.3º54.33%49.8%-
HSV(B)51.3º70.41%76.86%-
XYZ39.0543.0910.26-
YUV168.5365.63147.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.58%
GREEN value IS 176 (69.14% from 255) = 40.93%
BLUE value IS 58 (23.05% from 255) = 13.49%
R=45.58%
G=40.93%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961765800.100.700.2351.354.3349.8
HexC4B03A0A4617333632
Octal3042607201210627636662
Binary110001001011000011101001010100011010111110011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B03A; }

 p { color: rgb(196,176,58); }

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

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

 a { background-color: rgb(196,176,58); }

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

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

 span { border-color: rgb(196,176,58); }

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