#C4B12D

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

Shades of Old Gold #C4B12D

Tints of Old Gold #C4B12D

Color information

#C4B12D (or 0xC4B12D) is unknown color: approx Old Gold. HEX triplet: C4, B1 and 2D. RGB value is (196,177,45). Sum of RGB (Red+Green+Blue) = 196+177+45=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B12D is #3B4ED2. Grayscale: #A8A8A8. Windows color (decimal): -3886803 or 2994628. OLE color: 2994628.

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

Color convert

RGB19617745-
CMYK00.100.770.23
HSL52.45º62.66%47.25%-
HSV(B)52.45º77.04%76.86%-
XYZ38.9643.378.8-
YUV167.6358.79148.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.89%
GREEN value IS 177 (69.53% from 255) = 42.34%
BLUE value IS 45 (17.97% from 255) = 10.77%
R=46.89%
G=42.34%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961774500.100.770.2352.4562.6647.25
HexC4B12D0A4D17343f2f
Octal3042615501211527647757
Binary110001001011000110110101010100110110111110100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B12D; }

 p { color: rgb(196,177,45); }

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

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

 a { background-color: rgb(196,177,45); }

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

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

 span { border-color: rgb(196,177,45); }

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