#c4b72e

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

Shades of Old Gold #C4B72E

Tints of Old Gold #C4B72E

Color information

#C4B72E (or 0xC4B72E) is unknown color: approx Old Gold. HEX triplet: C4, B7 and 2E. RGB value is (196,183,46). Sum of RGB (Red+Green+Blue) = 196+183+46=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 46 (18.36% from 255 or 10.82% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B72E is #3B48D1. Grayscale: #ABABAB. Windows color (decimal): -3885266 or 3061700. OLE color: 3061700.

HSL color Cylindrical-coordinate representation of color #C4B72E: hue angle of 54.8º degrees, saturation: 0.62, 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 #C4B72E is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB19618346-
CMYK00.070.770.23
HSL54.8º61.98%47.45%-
HSV(B)54.8º76.53%76.86%-
XYZ40.1945.89.31-
YUV171.2757.31145.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.12%
GREEN value IS 183 (71.88% from 255) = 43.06%
BLUE value IS 46 (18.36% from 255) = 10.82%
R=46.12%
G=43.06%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961834600.070.770.2354.861.9847.45
HexC4B72E074D17373e2f
Octal304267560711527677657
Binary11000100101101111011100111100110110111110111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4b72e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4b72e; }

 p { color: rgb(196,183,46); }

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

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

 a { background-color: rgb(196,183,46); }

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

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

 span { border-color: rgb(196,183,46); }

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