#C4B745

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

Shades of Old Gold #C4B745

Tints of Old Gold #C4B745

Color information

#C4B745 (or 0xC4B745) is unknown color: approx Old Gold. HEX triplet: C4, B7 and 45. RGB value is (196,183,69). Sum of RGB (Red+Green+Blue) = 196+183+69=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B745 is #3B48BA. Grayscale: #AEAEAE. Windows color (decimal): -3885243 or 4569028. OLE color: 4569028.

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

Color convert

RGB19618369-
CMYK00.070.650.23
HSL53.86º51.84%51.96%-
HSV(B)53.86º64.8%76.86%-
XYZ40.7746.0312.37-
YUV173.8968.81143.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.75%
GREEN value IS 183 (71.88% from 255) = 40.85%
BLUE value IS 69 (27.34% from 255) = 15.40%
R=43.75%
G=40.85%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961836900.070.650.2353.8651.8451.96
HexC4B745074117363434
Octal3042671050710127666464
Binary110001001011011110001010111100000110111110110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B745; }

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

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

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

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

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

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

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

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